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)