Ok so I'm makeing a little program here and I'd like to be able to change my msn name with the program. In Visual Basic, Im loading
code:
Public WithEvents Msn As MessengerAPI.Messenger
Set Msn = New MessengerAPI.Messenger
Now this works for everything but changing the name. OR I just don't know how to do it. So can any one help?