InmortalStudios Posted December 29, 2009 Posted December 29, 2009 ok ty if ur reading, plz post... im creating a game in autoIT, its like taking decisions, army like... its cool because im using videos and sht like that. Here im posting questions that will appear: 1. How to make the GUI fullscreen? and without the X (Close) and the - (Minimize) simbols, like in games? 2. I know autoIT is not a gaming languaje, but i dont understand C++, so any command that the user for example must press Up and Down arrows in 5 seconds? i know _Ispressed command, but <Timed> is the problem... Ty for help (if you help), AutoIT is the best!
rliiack Posted December 29, 2009 Posted December 29, 2009 Hello To create a window with no symbols, set the style of GUI to $WS_POPUPwindow. Use TimerInit()and TimerDiff() for the time. My Projects:Smart Icons
InmortalStudios Posted December 29, 2009 Author Posted December 29, 2009 HelloTo create a window with no symbols, set the style of GUI to $WS_POPUPwindow.Use TimerInit()and TimerDiff() for the time.Works, THANK YOU.
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