|
-
Aug 28th, 2008, 08:59 AM
#1
Thread Starter
Junior Member
Visual Basic Combo Box
Hi, I have a comboBox where the user can add or delete items as they wish, what I would like to know is how after deleting an item the comboBox will display the first value in it, eg.
Combo Box contains:
Football
Boxing
Cricket
When the user delets Boxing, I would like the Box to display the first option in the list, in this case Football.
Any help would be greatly appreciated.
Thanks in advance,
Flash.
-
Aug 28th, 2008, 09:02 AM
#2
Re: Visual Basic Combo Box

Combo1.ListIndex = 0
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
|