Programmatically changing display name - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10) +----- Thread: Programmatically changing display name (/showthread.php?tid=58127) Programmatically changing display name by RaceProUK on 04-10-2006 at 08:56 PM
First of all, I'm going to list all the suggestions I've considered and don't wish to use: RE: Programmatically changing display name by TheGeek on 04-10-2006 at 09:45 PM I don't know much about programmatically interacting with MSN Messenger, but you could always make a proxy server, and reroute the protocol data through your plugin. Then you can change whatever you want to the commands. RE: Programmatically changing display name by Stigmata on 04-10-2006 at 10:06 PM
Not possible afaik. RE: RE: Programmatically changing display name by TheGeek on 04-10-2006 at 10:30 PM
quote:Start from (2^32)-1 and work your way down. RE: Programmatically changing display name by RaceProUK on 04-11-2006 at 12:36 AM
quote:I suppose I should have added that to the list as well :/ I'd rather not have to go to the trouble of protocol fiddling: there's got to be a way to do it wothout the protocol. RE: Programmatically changing display name by Patchou on 04-11-2006 at 12:41 AM A Messenger Plus! Live script? RE: Programmatically changing display name by CookieRevised on 04-11-2006 at 12:55 AM
Just to make it clear (I dont want a "distaste at being ignored" ) RE: Programmatically changing display name by RaceProUK on 04-11-2006 at 01:01 AM
quote:Not quite: a Plus! 3 plugin. I will get some scripts out for MP!L sometime though quote:Not really: it's so the restored name doesn't get the 'reset format' code appended. Meh, if I don't find anything soon, I'll just use SetNewName(). And you'll only be ignored if you mention something in the list. Clarifications will be answered, as evidenced by this post Edit: I used SetNewName() ao I could at least test the code - it doesn't add the format reset code So I guess I can use SetNewName() after all |