PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Jean-Pierre LEROY on March 11, 2007, 06:52:09 PM

Title: ComboBox enabled or not ?
Post by: Jean-Pierre LEROY on March 11, 2007, 06:52:09 PM
Hello,

I can use FF_Control_Disable or FF_Control_Enable to disable or enable a ComboBox control.

Later in my program, I want to check if a ComboBox control is enabled or not ? how can I do that ?

Thank you.
Jean-Pierre
Title: Re: ComboBox enabled or not ?
Post by: TechSupport on March 11, 2007, 08:47:48 PM
Use the IsWindowEnabled api function.


IsEnabled = IsWindowEnabled( HWND_FORM1_COMBO1 )