Results 1 to 12 of 12

Thread: [RESOLVED] Help with list box items and Textbox

Hybrid View

  1. #1
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,422

    Re: Help with list box items and Textbox

    listBoxCompInfo.Items(0) = rtbCompName.Text

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Oct 2009
    Posts
    27

    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?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Oct 2009
    Posts
    27

    Re: Help with list box items and Textbox

    To make it a little more clear below see below.

    Name:  pic351.bmp
Views: 197
Size:  272.8 KB

    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
  •  



Click Here to Expand Forum to Full Width