|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Checked List Box (CheckedState)Hey All,
I want to find whether my first item within my CheckListBox is in a checked or unchecked state. I tried the following but it did not work, Can anyone help. If CkListBoxRoutines.Items.Item(0) = CheckedState.Checked Then messagebox("Marc") End If Any ideas how to do this? Cheers took a little searching but it's
If ChkListBoxRoutines.GetItemCheckedState(0) = checkState.Checked Then msgbox endif Show quoteHide quote "marcmc" wrote: > Hey All, > > I want to find whether my first item within my CheckListBox is in a checked > or unchecked state. I tried the following but it did not work, Can anyone > help. > > If CkListBoxRoutines.Items.Item(0) = CheckedState.Checked Then > messagebox("Marc") > End If > > Any ideas how to do this? > > Cheers > "marcmc" <mar***@discussions.microsoft.com> schrieb if CkListBoxRoutines.getitemchecked(0) then> I want to find whether my first item within my CheckListBox is in a > checked or unchecked state. I tried the following but it did not > work, Can anyone help. > > If CkListBoxRoutines.Items.Item(0) = CheckedState.Checked Then > messagebox("Marc") > End If > > Any ideas how to do this? Armin
Update MS Access Database Records
Wierd menu crash Strange behavior Obstruct the Developpers to Develop and Deploy a newer version Import DataRow A mathematical issue Calculating text width when printing Strange reference issue Finding the leftmost pixel in a piece of text when using GDI+ Mysteries when clearing a data table? |
|||||||||||||||||||||||