Welcome To Expl0its Friday, 04.26.2024, 7:34 PM
Main | Registration | Login Welcome Guest | RSS
[ New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Forum moderator: iCryptic  
Forum » Coding Tutorials » Visual Basic, Any year. » How To Make A Msn Status Changer In Vb 2008/2010 (tutorial)
How To Make A Msn Status Changer In Vb 2008/2010
iCrypticDate: Thursday, 10.07.2010, 10:27 AM | Message # 1
Secondary Poster
Group: Administrators
Messages: 31
Awards: 3
Reputation: 500
Status: Offline
Open Visual Basic 2008/1010 and then
Make A Windows Form Application
add 4 button
name the buttons (online,busy,away,offline)
then go to references in the properties tab and click add reference then go to the COM section Then Look for Messenger.API Library Click It And Hit Ok
Now The Coding Part,

Public Class Form1
Dim msn As New MessengerAPI.Messenger
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Msn.MyStatus = MessengerAPI.MISTATUS.MISTATUS_BUSY
End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
msn.MyStatus = MessengerAPI.MISTATUS.MISTATUS_ONLINE
End Sub

Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
msn.MyStatus = MessengerAPI.MISTATUS.MISTATUS_AWAY

End Sub

Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
msn.MyStatus = MessengerAPI.MISTATUS.MISTATUS_INVISIBLE

End Sub

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

End Sub
End Class

That What It Should Look Then Press f5 And Test It .

P.s My First Written Tutorial So Please Be Nice.

For The Video Tutorial Go Here And Subscribe ! Link - http://www.youtube.com/watch?v=Pg7CeU1-agQ

Message edited by iCryptic - Thursday, 10.07.2010, 10:30 AM
 
Ex-RevDate: Friday, 10.08.2010, 1:35 AM | Message # 2
Unlimited Scorer
Group: Administrators
Messages: 71
Awards: 3
Reputation: 2
Status: Offline
Oh , good job. Don't worry about people being nice to you ,

Ur admin niguh . They shud be nice anywayz

Good tut, hope 2 see moar in the near future


Hacking's Not a Crime. It's a Skill.

*Can Code Vb
*Can Code HTML
*Can Code Java

PM me for help.

 
Forum » Coding Tutorials » Visual Basic, Any year. » How To Make A Msn Status Changer In Vb 2008/2010 (tutorial)
  • Page 1 of 1
  • 1
Search:

Copyright MyCorp © 2024 Site managed by uCoz