Tagged Questions
1
vote
1answer
733 views
How do I insert text into textbox from line in file in multiple textboxes?
I am trying to do something but I haven't found anything on google since I don't know how to word it to get the right results.
I have a Form with 9 TextBox controls, and a PlainText file with 9 lines ...
0
votes
2answers
429 views
How do I fill a textbox with text from a textfile in Visual Basic 2008 Express Edition?
I am making a Help-form for my application. A Help-form normally has a ListView on the left and a RichTextbox on the right. When you click on a Help topic in the ListView, the text in the RichTextbox ...