What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » MSN API, change nick function

MSN API, change nick function
Author: Message:
Plocploc
New Member
*

Avatar
Schtoiink

Posts: 1
47 / Male / –
Joined: Sep 2005
O.P. Huh?  MSN API, change nick function
Hello all,

I am trying to develop some small addins for MSN messenger, using VB6. So far I have found a guide on MSN messenger API, but unfortunately there was no documented method/function that allows you to change your current MSN nickname. Is this normal? Is there any hidden method that can change your nick? I would say the answer is yes since the msn+ /nick command allows you to set a custom name...
Thank you for your help.
09-21-2005 09:32 AM
Profile PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: MSN API, change nick function
If you would have used the search function you would have seen there were already a couple of threads on namechanging with plugins.

quote:
Originally posted by Matty
Change the friendly name using the Messenger Plus! API.

   
code:
Dim retVal As Long
    retVal = SetNewName("This would be the new name")
    Debug.Print CBool(retVal)

[Image: 1-0.png]
             
09-21-2005 11:08 AM
Profile PM Web Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: MSN API, change nick function
It is impossible if you want to do this only with Microsoft's Messenger API and not with Messenger Plus! plug-in API. Patchou (actually wtbw if I got it right) made a lot of efforts trying to find a way to change your display name without using any lame way (for example, send some keys to virtually calling the "Options" window, change the content of display name textbox, and so on.)
09-21-2005 11:22 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


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