What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Invoke first personalised status

[?] Invoke first personalised status
Author: Message:
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: [?] Invoke first personalised status
It works fine here :)
code:
var h = Messenger.ContactListWndHandle;
if (!h) h = Interop.Call('user32', 'FindWindowW','MSNHiddenWindowClass','');
Interop.Call('user32', 'PostMessageW', h, 0x0111 /* WM_COMMAND */, 7700 /* wParam (cmdid) */, 0x0000 /* lParam */ );
02-20-2008 01:08 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Invoke first personalised status - by Spunky on 02-18-2008 at 10:29 PM
RE: [?] Invoke first personalised status - by felipEx on 02-20-2008 at 01:08 AM
RE: [?] Invoke first personalised status - by Spunky on 02-20-2008 at 04:42 PM
RE: [?] Invoke first personalised status - by CookieRevised on 02-20-2008 at 10:57 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On