• 0

[VB]Changing MSN Name


Question

Hello,

I'm looking for a Visual Basic script that will enable me to change my MSN name. eg. When I open the .exe file, then it changes the name automatically.

Thanks.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Unfortunately theres no easy way todo this. The only (easy?) way todo it I know is using some API functions like showwindow, setwindowtext etc to bring up the options window in msn and set the text there.

Dan

Link to comment
Share on other sites

  • 0

i've tried, but it only works half the time. i did in vb6 coz it needs timers (does vbscript support SLEEP?). you use the OptionsPages function to bring up the options and then use SendKeys "New Name" & vbCr to set the name. It doesnt work too well, however. :(

-ac

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.