J
Jeff Ciaccio
Man the help in VB.NET is hard to use!!
Can somebody please tell me the syntax to find the index value a user has
chosen from a list of items in a listbox. Also, is there a way to use the
string value instead of the index number?
I'm trying to do something like...
if lstBox.items.index = 0 then
stuff...
end if
OR
if lstBox.items.index = "California" then
stuff...
end if
Can somebody please tell me the syntax to find the index value a user has
chosen from a list of items in a listbox. Also, is there a way to use the
string value instead of the index number?
I'm trying to do something like...
if lstBox.items.index = 0 then
stuff...
end if
OR
if lstBox.items.index = "California" then
stuff...
end if