What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » RegisterWindowMessage & SendMessage

RegisterWindowMessage & SendMessage
Author: Message:
limus
New Member
*


Posts: 4
Joined: Nov 2004
O.P. RegisterWindowMessage & SendMessage
In the sample plugin, the code for changing your nick is

     UINT nMsg = RegisterWindowMessage("MessengerPlus_SetName");
    SendMessage(HWND_BROADCAST, nMsg, (WPARAM)sName, FALSE);


also, to open a toast, it uses RegisterWindowMessage and SendMessage. This means that there is more functionality than that provided by the commands and tags. My question is:

Does anyone know which messages are available and what parameters they have?

In particular, i want to set/change custom names of my contacts, for what there are no commands.
11-06-2004 02:34 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
RegisterWindowMessage & SendMessage - by limus on 11-06-2004 at 02:34 AM
RE: RegisterWindowMessage & SendMessage - by limus on 11-06-2004 at 06:23 PM
RE: RegisterWindowMessage & SendMessage - by RaceProUK on 11-06-2004 at 11:10 PM
RE: RegisterWindowMessage & SendMessage - by CookieRevised on 11-08-2004 at 03:28 AM
RE: RegisterWindowMessage & SendMessage - by limus on 11-08-2004 at 11:03 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