PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Shawn Anderson on September 12, 2009, 06:22:28 PM

Title: button state
Post by: Shawn Anderson on September 12, 2009, 06:22:28 PM
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.
Title: Re: button state
Post by: Shawn Anderson on September 12, 2009, 06:25:47 PM
I found the answer here:

http://planetsquires.com/support/index.php?topic=1491.0

thanks!