quote:
Originally posted by J-Thread
You should first get the Nickname, and I don't remember if that is easy to do
code:
BSTR oldName;
msnApi->get_MyFriendlyName(&oldName);
As you can see, it's really difficult
Edit: It's even harder in VB ;P
code:
Dim oldName As String
oldName = MSNAPI.MyFriendlyName