Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

If you're using vb.net You'll do it kind of like this

 

You dim a filestream, and then set it's value to New Filestream(filename)

Then (to read) you'll dim a streamreader, and set it's value to New Streamreader(filestreamname). for writing you use a streamwriter.

 

For all the functions of the streamreaders and writers, just type them and then a . to have intellisense bring up a list. Otherwise that's pretty much it

 

This could help: http://www.xtremevbtalk.com/showthread.php?t=148864

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...