bojak71730 Posted January 16, 2006 Posted January 16, 2006 i was wondering if anyone knew how to send message in yahoo with autoit
GodandRock Posted January 16, 2006 Posted January 16, 2006 (edited) ok, i use yahoo! messenger with voice...i think its the latest version, but i think this will work with older versions also...and i have win xp pro...and this script is made in the latest non-beta version...also u need to know that wen u r messaging sumbody...the title of the window includes their screen name...so in this example, ill assume u r talking to a person whos screen name is "u_suck_at_autoit"...now lets get on with the code... Opt("WinTitleMatchMode", 2) ;read the helpfile for control commands like i used here...almost everything has a control ID...so i do "controlsend" here to send a msg to the control 255, and 255 is the control ;for the white box u type stuff in... ControlSend("u_suck_at_autoit", "", 225, "YOUR MESSAGE HERE!!") ;this is control click, which clicks the "send" button in yahoo... ControlClick("u_suck_at_autoit", "", 588) Edited January 16, 2006 by GodandRock [font="Fixedsys"][size="3"][u][font="Franklin Gothic Medium"] [/font][/u][/size][/font]
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