I'm trying to get the state of a button, specifically is it is disabled or not.
I'm using:
saveState = SendMessage(hWndForm, %TB_GETSTATE, HWND_INCOMING_SAVE, 0)
but saveState always returns 0.
I found the answer here:
http://planetsquires.com/support/index.php?topic=1491.0
thanks!