BarrMan
10-18-2007, 09:17 PM
Hey.
I'm using VB.NET and I'm trying to change my nickname on msn but I can't seem to get it.
I've added the msn API references but there's no function there that changes the nickname.
Is there any way to achieve this?
I'm able to change my status but nothing more.
Also I'd like to know how to send an instant message using VB.NET.
This is what I got so far:
Dim msn As New MessengerAPI.Messenger
msn.MyStatus = 2 'Online
'---------------------------------------
Dim myConversation As msn.InstantMessage "sample@mail.com"
myConversation.TextBox = "Hello"
myConversation.Send()
'What I'd like to do but doesn't work
'-------------------------------------
msn.MyNickName = "My Changed nick name" 'Doesn't work.
I'm using VB.NET and I'm trying to change my nickname on msn but I can't seem to get it.
I've added the msn API references but there's no function there that changes the nickname.
Is there any way to achieve this?
I'm able to change my status but nothing more.
Also I'd like to know how to send an instant message using VB.NET.
This is what I got so far:
Dim msn As New MessengerAPI.Messenger
msn.MyStatus = 2 'Online
'---------------------------------------
Dim myConversation As msn.InstantMessage "sample@mail.com"
myConversation.TextBox = "Hello"
myConversation.Send()
'What I'd like to do but doesn't work
'-------------------------------------
msn.MyNickName = "My Changed nick name" 'Doesn't work.