Newbie2 0 Posted May 25, 2004 Share 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") Link to post Share on other sites
ezzetabi 4 Posted May 25, 2004 Share Posted May 25, 2004 Did you try? Opt("WinDetectHiddenText", 1) ControlSetText ("Connect To","", "Edit2 [hidden]", "123") Link to post Share on other sites
Newbie2 0 Posted May 26, 2004 Author Share Posted May 26, 2004 Yep, didn't help... Link to post Share on other sites
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