Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combo and List Boxes

Status
Not open for further replies.

FoxStudent

Technical User
Feb 24, 2000
85
GB
This is so an obivious question but how do I allow the user to change a value already stored in a combo box and list box. I have tried using
box.list(index) = box.text

thank u
 
First of all use the box.list.removeitem index and then use box.list.additem box.text. You can also specify an index if you want to add it into a certain position in the combo box or list box. Mark

The key to immortality is to make a big impression in this life!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top