How to create a MSN status changer in Visual Basic 6.0
First open Visual Basic 6.0
Then click "Standar EXE"
Click "Project" in the top menu and click "References"
Scroll down and mark "Messenger API Type Library"
Create 3 buttons in your form and name them "Online , Busy and Away"
Double-click the "Online" button and insert the following script:
MessengerAPI.Messenger.MyStatus = MISTATUS_ONLINE
Double-click the "Busy" button and insert the following script:
MessengerAPI.Messenger.MyStatus = MISTATUS_BUSY
Double-click the "Away" button and insert the following script:
MessengerAPI.Messenger.MyStatus = MISTATUS_AWAY
Then you can test the application and see if it works.
You can also add the other. (In a call, Be Right Back ect,ect)
It is here! My new video! Check it out! If you haven't seen my first video please check it out! Thanks Thanks and.. Thanks!
hackster2011 2 months ago
why do u use 2006 use 2008 is way better
CaBeastHacker 7 months ago
6.0 same as 2008?
trillytrap 1 year ago
I think this only works for the old MSN messenger 4.7.
mandai2 1 year ago
Its GTA IV main theme song....
Massap2 2 years ago
Creating an instance of the COM component with CLSID {B69003B3-C55E-4B48-836C-BC5946FC3B28} from the IClassFactory failed due to the following error: 8007000e.
gonzalezluis78 2 years ago
wtf ! he cant find "Messenger API Type Library" what i now need to do ? .. he said if i try to open it.. ( the program ) Runtime error "424"
What i need to do ?
cod2clandecom 2 years ago
SONG NAME? PLZ!!
djkucuk 2 years ago
@Driv3r96
u need to have new or old msn...
thekmanzz 2 years ago
It's "etc" not "ect"
GoldCooney 2 years ago 2