- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
Re: You want to make both texts one string and write that to the file. swrStreamWriter.WriteLine(Me.textStudent.Text + " " + Me.textGrade.Text) Also research the VB.Net String Functions for further reading. | |
I have a problem and need some ideas. I have an app that lets the user enter in weights in different units and I need a way to store the data so the total weight gets taken in the end (or at least gets close) One screen the user can … | |
Re: Not really sure what you're trying to do, but to add a string from the textbox to the list it's as simple as: [icode]lstdisplay.Items.Add(txtinput.Text)[/icode] Are you trying to add the contents of the text file into a listbox? Also what are you trying to do with the loop? | |
Re: while dr.Read() idcombo.Items.Add(dr(0)) end while |
The End.