Jump to content

how to change the handle of the button called "ask to chat" to "ask to talk" in Skype


Zuma
 Share

Recommended Posts

Hello my friends

Today 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

EndIf

EndIf

any ideas its welcome

thanks a lot,

My Regards.

Link to comment
Share on other sites

any ideas its welcome

1. Learn the difference between a control's handle and its text

2. 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

:P

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
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...