The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Text file operations using VB.Net
11 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

abdul shafiq abdul rahmaneditedPosted May 31, 2010, 12:35 AMEdited May 31, 2010, 12:36 AM
Im now need to play with text box in vb.net... the basic function is,when the text box is fill by string(using barcode scanner), it will do some validation. so i put textBox1.text="" in if else command.. but the problem is...let say my string is"eating".. but it only fill the "e"... help me.. how i need to play with if else and textbox function... regards.
abdul shafiq abdul rahmanPosted May 5, 2010, 1:56 AM
have an error on File declaration. TempRead = File.OpenText("C:\TempText.txt")
abdul shafiq abdul rahmanPosted May 4, 2010, 8:31 PM
Can i get data from text to useing in my vb.net?