Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CheckedListBox Find Value

Status
Not open for further replies.

RSfromCO

Programmer
May 3, 2002
149
US
I have a CheckedListBox. I want to programatically check items by their value (not by their index). I can use the SetItemChecked method to check the items by index. Is there a way to find the index of the item with a certain value?
 
Does that work when searching for the VALUE of the item rather than the DISPLAYED TEXT of the item?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top