UE_morf_boon Posted February 4, 2021 Share Posted February 4, 2021 (edited) Hi. I'm using au3 from this topic: MetroUDF After adding a button using "_Metro_CreateButtonEx2", I try to hide it using GUICtrlSetState (-1, @SW_HIDE), but since it is drawn with GDIPlus, and I can't. Help with the solution. Edited February 5, 2021 by UE_morf_boon Link to comment Share on other sites More sharing options...
pixelsearch Posted February 4, 2021 Share Posted February 4, 2021 Hi UE_morf_boon It will work with the correct syntax (tested on MetroUDF example) : GUICtrlSetState(-1, $GUI_HIDE) UE_morf_boon 1 Link to comment Share on other sites More sharing options...
UE_morf_boon Posted February 5, 2021 Author Share Posted February 5, 2021 8 hours ago, pixelsearch said: GUICtrlSetState(-1, $GUI_HIDE) Yep, it works. Thanks!) 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