Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #3K
~4K People Reached
Favorite Tags

4 Posted Topics

Member Avatar for bpacheco1227

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.

Member Avatar for bpacheco1227
0
125
Member Avatar for markd220

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 …

Member Avatar for markd220
0
132
Member Avatar for bpacheco1227

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?

Member Avatar for bpacheco1227
0
4K
Member Avatar for mails4vijay

The End.