Results 1 to 3 of 3

Thread: Writing to text files with .Net

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    2

    Writing to text files with .Net

    I need help writing to a text file in vb.net

    I have used the fileopen() and fileput() functions, but these
    do not give the flexibilty i require.

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Look in the System.IO namespace. You need streamwriter and streamreader to accomplish what you want to do.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    2
    Sorted, thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width