felipEx
Scripting Contest Winner
Posts: 378 Reputation: 24
35 / /
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 */ );
|
|