hi all,
the last posting have solved by myself..
Now I am advancing to build program on smart device (pocket PC).
Function I want to do now is write to text file again.
Can I really declare my text file like this?
OK..
I been trying to find out the String manipulation too...
Such in VB 6 there is Mid(0,hhh)
to limit the string size.
But How to do in C#?
the last posting have solved by myself..
Now I am advancing to build program on smart device (pocket PC).
Function I want to do now is write to text file again.
Can I really declare my text file like this?
Code:
string fileName = "c:\\delivery.txt";
System.IO.StreamWriter writer = new System.IO.StreamWriter(fileName,True);
OK..
I been trying to find out the String manipulation too...
Such in VB 6 there is Mid(0,hhh)
to limit the string size.
But How to do in C#?