O.P. Disabled checkbox in ListView
Hello guys,
I was wondering if it's possible to disable a checkbox in a ListViewControl (set as ReportView with checkboxes). I already searched in the forum but found nothing useful. I already know:
Interop.Call("user32","EnableWindow", wnd.GetControlHandle("myelement"), 0);
But how can i get the controlhandle of a checkbox in ListView?
Thanks in advance.
|