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
Use the IsWindowEnabled api function.
IsEnabled = IsWindowEnabled( HWND_FORM1_COMBO1 )