|
-
Dec 24th, 2009, 11:31 AM
#1
Re: Help with list box items and Textbox
listBoxCompInfo.Items(0) = rtbCompName.Text
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
Dec 24th, 2009, 03:06 PM
#2
Thread Starter
Junior Member
Re: Help with list box items and Textbox
Paul,
Thank you for your response. I feel like such an idiot. I did make the change and it does change the listbox item to the text that was input from the textbox. What I was looking for is too not have the listbox item text change but rather make an association to the listbox item and the textbox. Maybe I am going about this all wrong or using the wrong controls. How can I make a listbox item retrieve the string in text box without changing either the listbox item text or the textbox text.
The textboxes are to be input fields for the user to enter information. The listbox items need to be connected to the correct textbox somehow in order for the user to re-arrange the entered information in the listbox. When the user clicks a button that information will be written to the file. As it sits right now only the contents are being written to the file and not the textbox information.
Any ideas?
-
Dec 24th, 2009, 03:33 PM
#3
Thread Starter
Junior Member
Re: Help with list box items and Textbox
To make it a little more clear below see below.

When the user re-arranges the order the text file is written in that order.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|