|
-
Jan 24th, 2004, 02:18 AM
#4
In the sample code posted in that thread it uses the line: sw.writeline(itm.ToString) to actually write a line in the text file. So what you want to do is put the information you want written there instead of item.ToString. For instance if I had a textbox named txtUser then I'd use: sw.Writeline(txtUser.Text)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|