Jump to content

Yahoo Messenger Status Changer (For music)


Recommended Posts

hey guys, just messing around with autoit, and i decided id give it a shot to program a Yahoo! Messenger status changer that would change when i listened to a song (Similar to YStatusRevolution). After searching online, ive come across a way to do it, but i need to "refresh" yahoo to reflect the changes. Here is the original C code i believe

// Find the yahoo messenger window and sent it the notification

// 0x111: WM_COMMAND

// 0x188: Code 392

IntPtr hWndY = FindWindow ("YahooBuddyMain", null);

System.Diagnostics.Debug.WriteLine ("Find window got: " + hWndY.ToString());

PostMessage (hWndY, 0x111, 0x188, 0);

How would i do this?

EDIT: Didnt see the sendmessage.au3 added in. Sorry guys. I figured it out!

Edited by Crome_BAD
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...