seco Posted November 14, 2007 Posted November 14, 2007 hi why this code is not working Run("notepad.exe","",@SW_HIDE) WinWait("Untitled - Notepad","") ControlSend("Untitled - Notepad","","Edit1","hi this is a test") Sleep(2000) WinSetState("Untitled - Notepad","",@SW_SHOW)
seco Posted November 14, 2007 Author Posted November 14, 2007 oh it works when i put the controlid 15 instead of Edit1
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