Jump to content

[Solved] ControlSend - MSN


 Share

Recommended Posts

Heya,

Using the code

Controlclick("Windows Live Messenger","","[CLASS:DirectUIHWND; INSTANCE:2]","Left",1,113,25)

It clicks the My user-name within the application bringing down "Avaiable, Away, Busy, Appear Offline" etc etc

I then use

ControlSend("[CLASS:DirectUIHWND; INSTANCE:0]", "", "Button", "{DOWN}")

ControlSend("[CLASS:DirectUIHWND; INSTANCE:0]", "", "Button", "{ENTER}")

To send it down 1, and click enter setting me to online but nothing happens. Now i can see the control click working, so the problem is with the controlsend. I have i just coded somethig wrong or used the wrong names ?

Also when i use the Info tool on the steams friend window, I get almost no information back. Does this mean controlclick cant work for this application?

Edited by IanN1990
Link to comment
Share on other sites

sorry if i'm wrong (noob here)

but if u've already got the "menu" ( "Available, Away, Busy, Appear Offline" ) selected cant u just Send{"DOWN"} Send{"SPACE"} or similar

Controlclick("Windows Live Messenger","","[CLASS:DirectUIHWND; INSTANCE:2]","Left",1,113,25)
Send("{DOWN}")
Send("{SPACE}")
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...