Groups | Blog | Home
all groups > vb.net controls > august 2004 >

vb.net controls : Looping through a Combo Box


Jay Esguerra
8/26/2004 11:09:46 AM
Can anyone tell me what is the best way to loop through a combo box
collection because I would like to do a comparison on the value which is the
selected value (not the value this is displayed)?

hirf-spam-me-here NO[at]SPAM gmx.at
8/26/2004 9:15:02 PM
* "Jay Esguerra" <jaye@pts1.com> scripsit:
[quoted text, click to view]

\\\
For Each s As String In Me.ComboBox1.Items
...
Next s
///

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
AddThis Social Bookmark Button