MSN Nickname Changer
Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
2 posts
Page 1 of 1
First Go to Project -> Add Reference -> Click COM -> Click Messenger API Type Libary -> OK
Include:
Include:
- 1 TextBox
1 Button
Code: Select all
Dim mess As New MessengerAPI.Messenger
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
'Opens up options for messenger
mess.OptionsPages(0, MessengerAPI.MOPTIONPAGE.MOPT_GENERAL_PAGE)
'send new nickname
SendKeys.Send(Textbox1.Text)
'double enter (clicks "ok") to make sure the frame closes
SendKeys.Send("{enter}")
SendKeys.Send("{enter}")
'messagebox to verify the nickname has been changed
MsgBox("Nickname changed into " + Textbox1.Text, MsgBoxStyle.Information, "Nickname Changed")
Everyone need to declare the variable mess as 'IMessengerWindow', i think its that
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

2 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023