erezlevi Posted April 29, 2008 Share Posted April 29, 2008 does anyone knows how to write controlclick for this window?where you write down the email message itself... Link to comment Share on other sites More sharing options...
flip209 Posted April 29, 2008 Share Posted April 29, 2008 What are you trying to click on? " I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln Link to comment Share on other sites More sharing options...
erezlevi Posted April 29, 2008 Author Share Posted April 29, 2008 I am trying to give a "left" click on a the white space where you write down the message itself. Link to comment Share on other sites More sharing options...
Nahuel Posted April 29, 2008 Share Posted April 29, 2008 And using ControlClick("Untitled - Message (HTML)","","[CLASSNN:Internet Explorer_Server1]") didn't work? Link to comment Share on other sites More sharing options...
flip209 Posted April 29, 2008 Share Posted April 29, 2008 If it is the point where you show in the screen shot it is like this: ControlClick ( "Untitled - Message (HTML)", "", "Internet Explorer_Server1" , "left" , 2 , 327 , 57) " I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln Link to comment Share on other sites More sharing options...
erezlevi Posted April 29, 2008 Author Share Posted April 29, 2008 And using ControlClick("Untitled - Message (HTML)","","[CLASSNN:Internet Explorer_Server1]") didn't work? I am checking it now. didn't know about CLASSNN... usually I only use: Controlclick ("[CLASS:XXXXXX]","",controlID,...) Link to comment Share on other sites More sharing options...
erezlevi Posted April 29, 2008 Author Share Posted April 29, 2008 works! thanks. Link to comment Share on other sites More sharing options...
erezlevi Posted April 29, 2008 Author Share Posted April 29, 2008 And using ControlClick("Untitled - Message (HTML)","","[CLASSNN:Internet Explorer_Server1]") didn't work? It works using you example. thanks. Link to comment Share on other sites More sharing options...
GEOSoft Posted April 29, 2008 Share Posted April 29, 2008 ControlClick("Title", "", "[ClassNN:Internet Explorer_Server1]") George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!" Link to comment Share on other sites More sharing options...
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