Newbie2 Posted May 25, 2004 Posted May 25, 2004 Hi Guys, I do not succeed sending a string to a class. In the AutoIt reveal mode it is being read as Class: "Edit2 [hidden]" What can be wrong? Thx everybody... ;Assiming the relevant window is available Opt("WinDetectHiddenText", 1) ControlSetText ("Connect To","", "Edit2", "123")
ezzetabi Posted May 25, 2004 Posted May 25, 2004 Did you try? Opt("WinDetectHiddenText", 1) ControlSetText ("Connect To","", "Edit2 [hidden]", "123")
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