Hi,
I know how I can Enable or Disable a CommandButton using FF_Control_Enable or FF_Control_Disable.
I would like to know if there is a FireFly function or API to know (or read) the state of a Button ?
Thank you.
Jean-Pierre.
Hi Jean-Pierre,
The API that you need is called IsWindowEnabled
stat = IsWindowEnabled( hwnd )
The function returns whether the specifided window is enabled for mouse and keyboard input.
Hope this helps.
Ok, thank you Paul for your help.
Jean-Pierre