saulik Posted August 5, 2012 Posted August 5, 2012 Please, In this script below, when my appication is open the autoit put the values in the edit1 and edit 2. when I, call application the autoit do not put the values. ControlClick("Login","","[CLASS:WindowsForms10.EDIT.app.0.2004eee; INSTANCE:2]","") ControlSend("Login", "", "[CLASS:WindowsForms10.EDIT.app.0.2004eee; INSTANCE:2]", "i4prohomolog") send("{TAB}") ControlSend("Login", "", "[CLASS:WindowsForms10.EDIT.app.0.2004eee; INSTANCE:1]", "core") This is code complet, where autoit do not put the values ;call my application shellExecute("C:\Users\saulik\Desktop\I4ProUpdate.appref-ms") WinActivate("[CLASS:WindowsForms10.window.8.app.0.2004eee]", "") ControlClick("Login","","[CLASS:WindowsForms10.EDIT.app.0.2004eee; INSTANCE:2]","") ControlSend("Login", "", "[CLASS:WindowsForms10.EDIT.app.0.2004eee; INSTANCE:2]", "i4prohomolog") send("{TAB}") ControlSend("Login", "", "[CLASS:WindowsForms10.EDIT.app.0.2004eee; INSTANCE:1]", "core") The application is Dot.net thanks
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