PantZ4 Posted November 29, 2006 Posted November 29, 2006 (edited) How does I use controlsend to skype chat window? I'm trying the create a autobot for my skype while I'm gone. Anyhow there stands in the help file: ControlSend ( "title", "text", controlID, "string" [, flag] ) But problem is Skype Chat windows is named by the Skype user there is writting to you. So how to detect a Skype chat window and when answer? I have look at ControlGetFocus Still the username comes first, so... Thank you Edited November 29, 2006 by Mr. Zero
Zedna Posted November 29, 2006 Posted November 29, 2006 Opt("WinTitleMatchMode", 2) ;1=start, 2=subStr, 3=exact, 4=... More in helpfile ... Resources UDF ResourcesEx UDF AutoIt Forum Search
PantZ4 Posted November 29, 2006 Author Posted November 29, 2006 Opt("WinTitleMatchMode", 2) ;1=start, 2=subStr, 3=exact, 4=... More in helpfile ...Nice! Thanks...
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