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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ListBox -> Style = CheckBox

Status
Not open for further replies.

dsi

Programmer
Mar 13, 2000
964
US
How can you determine which items are checked in a ListBox that uses the CheckBox Style? I have only been able to find one example that uses SendMessage... functions from the user32 library. Doesn't VB have a method for this?<br><br>Thanks!
 
Found it! Just needed to check if<br><br>List1.Selected(i) = True<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top