NegativeZero Posted January 24, 2005 Posted January 24, 2005 i just got net a couple days ago and i cant figure out how to read or wrie text files, i tried using what i new from vb6 but i couldnt get anything to work?? can anyone help me? Quote
thenerd Posted January 24, 2005 Posted January 24, 2005 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 Quote
Administrators PlausiblyDamp Posted January 24, 2005 Administrators Posted January 24, 2005 http://www.xtremedotnettalk.com/showthread.php?t=49407 Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
NegativeZero Posted January 24, 2005 Author Posted January 24, 2005 ill try this fil stream stuff out Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.