ThunduBeedi
12 years agoOccasional Contributor
Error while doing a wChecked() on a SysListView32 list.
Hi,
We are getting the following error while doing a wChecked() property on a SysListView32 list.
"The list view items have no check-boxes.The list view has no extended LVS_EX_CHECKBOXES style"
And we are getting error when we try to use the following piece of code also
"Win32API.SendMessage(oInteraction.guiObject.Handle, LVM_GETITEMSTATE, itemID, LVIS_STATEIMAGEMASK)"
Is there a problem with this piece of code when the list does not extend LVS_EX_CHECKBOXES style?
Thank you.
We are getting the following error while doing a wChecked() property on a SysListView32 list.
"The list view items have no check-boxes.The list view has no extended LVS_EX_CHECKBOXES style"
And we are getting error when we try to use the following piece of code also
"Win32API.SendMessage(oInteraction.guiObject.Handle, LVM_GETITEMSTATE, itemID, LVIS_STATEIMAGEMASK)"
Is there a problem with this piece of code when the list does not extend LVS_EX_CHECKBOXES style?
Thank you.