I'm using the following to click buttons
CONTROL POST CBHNDL, %Button1, %BM_CLICK, 0, 0
The only problem is that the Callback receives the click message even when the button is disabled.
How can I read the status of the button first to see if it's disabled?
CONTROL POST CBHNDL, %Button1, %BM_CLICK, 0, 0
The only problem is that the Callback receives the click message even when the button is disabled.
How can I read the status of the button first to see if it's disabled?
Comment