CheckListBox
-
Hello! Can you tell me how to manualy check some items ? For example i have in checkbox value1 value2 value3 value4 and i want to check value2 and value3. Thanks very much.
One nation - underground
-
Hello! Can you tell me how to manualy check some items ? For example i have in checkbox value1 value2 value3 value4 and i want to check value2 and value3. Thanks very much.
One nation - underground
First you must retrieve the index of the item, suing some find method (I forgot the exact syntax). Then use somthing lik MyCheckedListbox.Items[idx].Checked=true; Check the class members documentation for details please.
-
Hello! Can you tell me how to manualy check some items ? For example i have in checkbox value1 value2 value3 value4 and i want to check value2 and value3. Thanks very much.
One nation - underground
use the checked property and then search it using the appropriate index or the string.
Keshav Kamat :) India