Iznogoud Posted September 14, 2008 Posted September 14, 2008 I recently installed a new pc and didn't need AutoIT for a while, untill now.I used the following code:GUICreate("My GUI",500,350,-1,-1,BitOR($WS_POPUP,$WS_DLGFRAME))But i got errors at the $WS_ commands. I think this is because the new version, but wich command do i need now?I used this command to remove the menu bar so i got a clean windows with no buttons or borders arround it.
ludocus Posted September 14, 2008 Posted September 14, 2008 put at the top of you script: $include <WindowsConstants.au3>
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