Zuma Posted August 12, 2008 Posted August 12, 2008 Hello my friendsToday i want to make autoit script the main idea in it:open skype, than go to skype Live than open room,what i want is when i was in the room:how to change the handle of the button called "ask to chat" to "ask to talk"and when i push it let me talk without waiting.this is litle script i made:If FileExists("C:\Program Files\Skype\Phone\Skype.exe") Then Run("C:\Program Files\Skype\Phone\Skype.exe") If WinGetHandle("classname=tSkMainForm.UnicodeClass", "Skype -") Then EndIfEndIfany ideas its welcomethanks a lot,My Regards.
PsaltyDS Posted August 12, 2008 Posted August 12, 2008 any ideas its welcome1. Learn the difference between a control's handle and its text2. Learn how to get the handle of a window with WinGetHandle()3. Learn how to get the handle of a control with ControlGetHandle()4. Learn how to change the text of a control with ControlSetText()5. Go to the help file first Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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