Steph Posted September 1, 2007 Share Posted September 1, 2007 Hi, I guess this has a really simple answer I'm missing - I have two buttons (Back and Next), how can I grey out/disable a button so it's there, but the user can click it (i.e. on the first step disable the 'Back' button). Thanks Link to comment Share on other sites More sharing options...
Emiel Wieldraaijer Posted September 1, 2007 Share Posted September 1, 2007 @Steph GuiCtrlSetState (ControlID, $GUI_DISABLE) Emiel GoogleGonnaSaveUs 1 Best regards,Emiel Wieldraaijer Link to comment Share on other sites More sharing options...
Zedna Posted September 1, 2007 Share Posted September 1, 2007 Note: GuiCtrlSetState (ControlID, $GUI_DISABLE) will wark only if that button is in your GUI (no in externall application) Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Emiel Wieldraaijer Posted September 1, 2007 Share Posted September 1, 2007 Zedna you are correct he posted into the GUI help and Support so i assume he means an AutoIt GUI Emiel Best regards,Emiel Wieldraaijer Link to comment Share on other sites More sharing options...
Steph Posted September 1, 2007 Author Share Posted September 1, 2007 "i assume he means an AutoIt GUI"EmielI did, thanks for your help, that's exactly what I needed.Steph Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now