Checked List Box

  • Thread starter Thread starter Michael Hesse
  • Start date Start date
M

Michael Hesse

Hi,

Is there a way to set the value of an item in a checked list box to checked
from my program?

Thanks for any help.

Michael
 
* "Michael Hesse said:
Is there a way to set the value of an item in a checked list box to checked
from my program?

\\\
Me.CheckedListBox1.SetItemChecked(10, True)
///
 
I'm glad it's that simple, but I couldn't find it document.

Thanks so much.

Michael
 
Back
Top