Groups | Blog | Home
all groups > vb.net > may 2004 >

vb.net : Checked List Box


Michael Hesse
5/21/2004 8:23:11 PM
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
5/21/2004 8:46:24 PM
I'm glad it's that simple, but I couldn't find it document.

Thanks so much.

Michael
[quoted text, click to view]

hirf-spam-me-here NO[at]SPAM gmx.at
5/21/2004 10:36:58 PM
* "Michael Hesse" <mhesse@sbcglobal.net> scripsit:
[quoted text, click to view]

\\\
Me.CheckedListBox1.SetItemChecked(10, True)
///

--
Herfried K. Wagner [MVP]
Frank Eller [MVP]
5/21/2004 10:37:04 PM
Hi Michael,

[quoted text, click to view]

=========

checkedListBox1.SetItemChecked( index );

=========

Regards,

Frank Eller
www.frankeller.de

AddThis Social Bookmark Button