Newbie2 0 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") Share this post Link to post Share on other sites
ezzetabi 3 Posted May 25, 2004 Did you try? Opt("WinDetectHiddenText", 1) ControlSetText ("Connect To","", "Edit2 [hidden]", "123") Share this post Link to post Share on other sites