Shoutbox

Visual Basic, change msn name - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Visual Basic, change msn name (/showthread.php?tid=71757)

Visual Basic, change msn name by DJeX on 02-14-2007 at 08:37 PM

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?


RE: Visual Basic, change msn name by matty on 02-14-2007 at 08:39 PM

The FriendlyName property is readonly.


RE: Visual Basic, change msn name by DJeX on 02-14-2007 at 11:22 PM

Yea I noticed that. so there isn't one that is not readonly?


RE: Visual Basic, change msn name by TheSteve on 02-15-2007 at 08:43 AM

It would be kind of pointless to make it read only if they were just going to expose it in another public API don't you think?


RE: Visual Basic, change msn name by DJeX on 02-16-2007 at 09:20 PM

Ahh yea. true. Alright then thanks.