11-12-2009, 09:15 PM
How can i set Textbox1.text equal to the conents of file.txt?
How can i set Textbox1.text equal to the conents of file.txt?
|
11-12-2009, 09:15 PM
How can i set Textbox1.text equal to the conents of file.txt?
11-12-2009, 11:52 PM
Could you please tell us what language this is for?
11-13-2009, 04:53 AM
well depends dude cause where is file.txt going to be and whats in it?
11-13-2009, 03:06 PM
11-13-2009, 03:26 PM
Well it could have being VB.Net aswell.
11-13-2009, 03:32 PM
Its a vb.net AND other .net language section ;)
11-14-2009, 08:40 PM
(11-14-2009, 04:05 PM)TechMan8 Wrote: Double post -.- No, This thread is different, he is asking how to read from a .txt not write to it.
11-14-2009, 10:04 PM
7 posts and no one helped him, wow you guys......
I didn't tested this as I don't have need tools for testings. But I'm sure it's what you are looking for. Code: f = FreeFile
11-17-2009, 03:30 AM
TextBox1.Text = My.Computer.FileSystem.ReadAllText("filepathname")
This will solvs ur problem..(LOL) |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
[NEED HELP] how to read a text file and import to listview vb.net | w00pz | 7 | 6,371 |
02-13-2012, 06:42 AM Last Post: AceInfinity |
|
TextBox2.Text | Transfer Text to ListBox | Die | 3 | 2,664 |
01-02-2012, 06:09 PM Last Post: AceInfinity |
|
How to set a textbox's value [VB] | James Ford | 10 | 2,196 |
09-01-2011, 02:15 AM Last Post: James Ford |
|
Text Converter. Turn your text upside down! | Red X | 29 | 8,654 |
08-01-2011, 07:46 AM Last Post: Red X |
|
[HELP] Open and save txt file to the internet. | w00pz | 5 | 1,518 |
05-29-2011, 01:34 PM Last Post: w00pz |