Mikl-Ko Posted June 30, 2006 Posted June 30, 2006 Help me please. How can I detect if any key presset ?
Daniel W. Posted June 30, 2006 Posted June 30, 2006 #include <misc.au3> While 1 For $c = 1 to 200 If _IsPressed( $c ) Then MsgBox( 0, "" , "Any Key was pressed!" ) EndIf Next WEnd --------------------------------------------------------------------------------------------------------------------------------Scripts : _Encrypt UDF_UniquePCCode UDF MS like calculatorInstall programm *UPDATED* --------------------------------------------------------------------------------------------------------------------------------[quote name='Helge' post='213117' date='Jul 26 2006, 10:22 AM']Have you ever tried surfing the internet with a milk-carton ?This is similar to what you're trying to do.[/quote]
Iznogoud Posted June 30, 2006 Posted June 30, 2006 #include <misc.au3> While 1 For $c = 1 to 200 If _IsPressed( $c ) Then MsgBox( 0, "" , "Any Key was pressed!" ) EndIf Next WEnd Also, you need beta to run this.
Dellairion Posted October 29, 2006 Posted October 29, 2006 isn't it 1 to 255? Hot Key ControllerPinball Trainer?
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