Combobox Question

daveofgv

Well-known member
Joined
Sep 17, 2008
Messages
218
Location
Dallas, TX
Programming Experience
1-3
Hello all

I have a combobox..... When a user clicks on the list inside the combobox my webbrowser opens to the selected items website.

Does anyone know how to make the combobox go back to the original text of the combobox?

Example: Combobox list
---- Select Item ----
Royals
Mets
Yankees
Red Sox
White Sox

When the user see's the screen the ---- Select Item ---- is visible. When a user clicks a teams name it opens the teams website and the name stays in the box. I want it to go back to ---- Select Item ---- immediately after they click a list item.

Thanks in advanced

daveofgv
 
For a low number of items, you may wish to burn the screen real estate and use a set of radio buttons
 
Back
Top