Shoutbox

Disabled checkbox in ListView - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Disabled checkbox in ListView (/showthread.php?tid=97695)

Disabled checkbox in ListView by wincy on 05-29-2011 at 12:40 PM

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.