birdofprey Posted March 29, 2007 Posted March 29, 2007 GUICtrlSetState ($menuitem1, $GUI_CHECKED ) makes the whole menu bar disappear.
Gordo54 Posted March 29, 2007 Posted March 29, 2007 GUICtrlSetState ($menuitem1, $GUI_CHECKED ) makes the whole menu bar disappear.Just found this in searching for something else. Maybe it will help.http://www.autoitscript.com/forum/index.ph...=20967&st=0
birdofprey Posted March 29, 2007 Author Posted March 29, 2007 (edited) Thank's a lot. That might be useful sometime. I did something stupid. The help file and a function i forgot to call "tricked" me, that's why my menu disappeared. GUICtrlSetState ($menuitem, $GUI_CHECKED ) and GUICtrlSetState ($menuitem, $GUI_UNCHECKED ) work great. Edited March 29, 2007 by birdofprey
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