DeSwa Posted May 17, 2008 Posted May 17, 2008 hi,i using send functions in my codes but its working for me and some guys. but some guys saying it doesnt work.they have all netframework versions. this for Silkroad Client about id and password entering. How can solve this problem? Thanksexample :$readingtext = GUICtrlRead($label2)Sleep(250)Send("" & $readingtext)
Hok Posted May 18, 2008 Posted May 18, 2008 You could try using ControlSend() to a certain Control... (Look it up in the helpfile)
DeSwa Posted May 18, 2008 Author Posted May 18, 2008 You could try using ControlSend() to a certain Control... (Look it up in the helpfile)its not working with CLASS:Client
Zedna Posted May 18, 2008 Posted May 18, 2008 When you use Send() your target application MUST be active. So if WinActivate() WinWaitActive() before Send() will not work then try SendKeepActive() Resources UDF ResourcesEx UDF AutoIt Forum Search
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