Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how do I to read text file and split it, to reading it in text box after the split ?
Posted
Updated 23-Jan-15 2:54am
v2
Comments
jaket-cp 23-Jan-15 8:38am    
http://lmgtfy.com/?q=vb.net+split
https://msdn.microsoft.com/en-us/library/6x627e5f(v=vs.90).aspx
[no name] 23-Jan-15 8:40am    
Try to do it, Google may help. If there is any specific Problem, come back here.
At the Moment your efforts seems to be lim->0

1 solution

There are several ways using the System.File object including File.ReadAllText, https://msdn.microsoft.com/en-us/library/ms143368(v=vs.110).aspx[^]

Read the text in, do whatever splitting you need to do, and then put the value into a textbox.

Also, see other File methods here: https://msdn.microsoft.com/en-us/library/system.io.file(v=vs.110).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900