Forum Discussion

Mathit's avatar
Mathit
Contributor
8 years ago
Solved

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 o...
  • HKosova's avatar
    HKosova
    8 years ago

    Could you please try this?

    x = Win32API.GetWindowLong(button_m.Handle, 7*4)

    (using 4 instead of 8 as the multiplier)