Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find Item in ComboBox
Message
From
26/11/1998 21:45:12
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Find Item in ComboBox
Miscellaneous
Thread ID:
00161888
Message ID:
00161888
Views:
51
anybody know how to find item in Combo Box ?, I try to use my program below but it does not work :

For mCheck=1 to combo1.Listcount -1
combo1.ListIndex = mcheck
If combo1.text = txtFind.Text then
msgbox "Found"
Exit for
End if
Next mcheck

thanks for the idea
Next
Reply
Map
View

Click here to load this message in the networking platform