SetNewName() but remember?! - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: SetNewName() but remember?! (/showthread.php?tid=59279) SetNewName() but remember?! by liamcrayden on 05-11-2006 at 09:50 AM
I would like to be able to use the SetNewName() function to change a contacts display name, but would like to be able to change it back to the original name at a later point. RE: SetNewName() but remember?! by CookieRevised on 05-11-2006 at 11:25 AM
You can't change a contacts display name. Only contacts can change their own name... RE: SetNewName() but remember?! by J-Thread on 05-11-2006 at 01:48 PM
I think he means the name of the user that is using his plugin, not of one of his contacts. RE: SetNewName() but remember?! by Mnjul on 05-11-2006 at 02:57 PM It's easy once you use Messenger API and retrieve the interface correctly in your Initialize() function (the iMessengerObj parameter, suppose you use C++) RE: SetNewName() but remember?! by RaceProUK on 05-11-2006 at 07:18 PM
quote: code:As you can see, it's really difficult Edit: It's even harder in VB ;P code: RE: RE: SetNewName() but remember?! by CookieRevised on 05-12-2006 at 03:27 AM
quote: quote: --------------------- You can not change the name of a contact (retrieving is the easy part; setting it is impossible). Hence my post about the "custom display name" as that is the only thing you could change regarding your contacts. If it is your own name, not your contact's, then setting it is as easy as retrieving it (see Mnjul's and Raceprouk's post) |