Newbie with File IO requirement

  • Thread starter Thread starter silverfox
  • Start date Start date
S

silverfox

I am writing my first program for the Pocket PC 2003 in VB and I am
trying to write a file. I looked in Visual Studio 2005 Help and found
a likely looking topic named How to Write Text to Files in Visual
Basic. It instructed me to use the My object but I guess it isn't a
part of the Compact Framework. So, what does work? Also, is there a
way to filter Visual Studio Help so that it gives me only topics that
are valid for the CF? Thanks in advance.
 
I am writing my first program for the Pocket PC 2003 in VB and I am
trying to write a file. I looked in Visual Studio 2005 Help and found
a likely looking topic named How to Write Text to Files in Visual
Basic. It instructed me to use the My object but I guess it isn't a
part of the Compact Framework. So, what does work? Also, is there a
way to filter Visual Studio Help so that it gives me only topics that
are valid for the CF? Thanks in advance.
Have a look here:
http://msdn2.microsoft.com/En-US/library/aa903247(VS.71).aspx
 
Back
Top