Mathit
9 years agoContributor
Longwindow in button class
I have an object which is recognized as Mdsbuttin class but us a checkbox. In unable to capture the current state of the checkbox. Developer says he sets the longwindow property to identify checked or not. How can we capture the current state of the checkbox
Could you please try this?
x = Win32API.GetWindowLong(button_m.Handle, 7*4)
(using 4 instead of 8 as the multiplier)