Before Posted June 22, 2009 Posted June 22, 2009 Hey guys, I am wondering if there is any way to run autoit applications in fullscreen. Is there any possibility to do this? Thanks, Before
nguyenbason Posted June 22, 2009 Posted June 22, 2009 You mean fill full screen with your application GUI? GuiCreate("Full Screen",@DesktopWidth,@DesktopHeight,0,0) UnderWorldVN- Just play the way you like it
Andreik Posted June 22, 2009 Posted June 22, 2009 Hey guys, I am wondering if there is any way to run autoit applications in fullscreen. Is there any possibility to do this? Thanks, Before$GUI = GUICreate("EXAMPLE",@DesktopWidth,@DesktopHeight,0,0,0x80000000) GUISetState() Sleep(5000)
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