jaenster Posted February 6, 2006 Posted February 6, 2006 You can set the send delay to 1 .. For noobs , Normal = 5 .. Anywhy i has looked in help file , 0 can't but can you set a delay from 0? -jaenster
jaenster Posted February 6, 2006 Author Posted February 6, 2006 ? Then its 1 , not 0 , is it? -jaenster
w0uter Posted February 6, 2006 Posted February 6, 2006 Opt("SendKeyDelay", 0) My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Sandro Alvares Posted February 6, 2006 Posted February 6, 2006 SendKeyDelay = Alters the the length of the brief pause in between sent keystrokes.Time in milliseconds to pause (default=5). Sometimes a value of 0 does not work; use 1 instead.SendKeyDownDelay = Alters the length of time a key is held down before released during a keystroke. For applications that take a while to register keypresses (and many games) you may need to raise this value from the default.Time in milliseconds to pause (default=1).Look a AutoIT Help ¬.¬ Programmer PHP, ASP, CGI, Perl, Delphi, JScript, ......... :)
jaenster Posted February 6, 2006 Author Posted February 6, 2006 i has same , but what w0uter says works -jaenster
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