Go Back   Gaming Gutter > Non-Gaming > Programming > Tutorials


Tutorials - Looking for programming tutorials to increase your knowledge? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post xBiscuit.
Today 11:10 AM
Last post by Snakebite
Today 11:14 AM
4 Replies, 5 Views
Go to first new post If you come onto vent...
Today 10:58 AM
by qtpie
Last post by Tyler
Today 11:08 AM
3 Replies, 4 Views
Go to first new post New piercing.
08-13-2008 12:51 PM
Last post by Hale'iwa
Today 11:07 AM
138 Replies, 139 Views
Go to first new post So I had a school prank...
09-01-2008 04:23 PM
Last post by Rotteneggz
Today 11:06 AM
14 Replies, 15 Views
Go to first new post Need MM for neopets...
Yesterday 11:25 PM
by txcasey
Last post by txcasey
Today 11:03 AM
2 Replies, 3 Views
Reply
 
LinkBack Thread Tools Display Modes

 [VB6]Appear Online And Offline In MSN[VB6]
Old 02-23-2007, 06:50 PM   #1 (permalink)
Bump J Bump J is offline
Banned
 
Bump J is offline
Join Date: Feb 2007
Posts: 100
iTrader: 0 / 0%
Bump J Is gaining popularity
Rep Power: 0
[VB6]Appear Online And Offline In MSN[VB6]

This will show you how to appear offline and online in MSN with you just pressing a button

1. Open up a new project then go to project > refreces and look for Messenger API and check it and press ok

2. Go to the very top of the code and put this

Code:
Private MSN As MessengerAPI.Messenger
3. Go to Form_Load and put this

Code:
Set MSN = New Messenger
4. Create a timer and put the interval as 500 and change the enabled as false then put this code in it

Code:
MSN.MyStatus = MISTATUS_INVISIBLE
MSN.MyStatus = MISTATUS_ONLINE
5. Create a command button and put this code in it

Code:
Timer1.Enabled = True
6. Create another command button and put this code in it

Code:
Timer1.Enabled = False
the whole code should look something like this

Code:
Private MSN As MessengerAPI.Messenger

Private Sub Command1_Click()
Timer1.Enabled = True
End Sub

Private Sub Command2_Click()
Timer1.Enabled = False
End Sub

Private Sub Form_Load()
Set MSN = New Messenger
End Sub

Private Sub Timer1_Timer()
MSN.MyStatus = MISTATUS_INVISIBLE
MSN.MyStatus = MISTATUS_ONLINE
End Sub
then test it and see if it worked
  Reply With Quote

 
Old 04-29-2007, 09:44 AM   #2 (permalink)
Zachafer Zachafer is offline
Banned
 
Zachafer is offline
Join Date: Apr 2007
Posts: 95
iTrader: 0 / 0%
Zachafer Is gaining popularity
Rep Power: 0
Cool.
Was wondering about that,
Now how to get nudges.
  Reply With Quote

 
Old 07-13-2007, 11:55 AM   #3 (permalink)
Mrnoname10 Mrnoname10 is offline
Underground
 
Mrnoname10's Avatar
 
Mrnoname10 is offline
Join Date: Jul 2007
Posts: 111
iTrader: 0 / 0%
Mrnoname10 Is gaining popularity
Rep Power: 4
Or just right click msn and go on apear offline
__________________


  Reply With Quote

 
Old 07-13-2007, 09:53 PM   #4 (permalink)
second2none second2none is offline Gender Male
Underground
 
second2none is offline
Join Date: Sep 2006
Location: BrisBANE <----
Age: 19
Posts: 5,025
iTrader: 1 / 100%
second2none Is a Party Captainsecond2none Is a Party Captainsecond2none Is a Party Captain
Rep Power: 15
you but this you can hotkey it & do it about 100 times in about 5 seconds.
__________________
This is from:
Screenies Of A Mod
Code:
How did you do it? FLP , jotform, some other form of hacking? - First Class Noob
Lawl.. funny shit.

Quote:
Originally Posted by Kore
By k[ore] on Today, 08:44 AM
i'll give you rep alright, but it won't be positive.
Lawl Ownt

Hoes forgot to eat a dick and shut the FUCK UP!
  Reply With Quote

 
Old 07-31-2007, 10:03 AM   #5 (permalink)
warewoft warewoft is offline
Underground
 
warewoft is offline
Join Date: Jun 2007
Posts: 96
iTrader: 0 / 0%
warewoft Is gaining popularity
Rep Power: 4
do it 100 time in 5s.
I think 50 in 5s is best
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 11:14 AM.


vBulletin skin developed by: eXtremepixels
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.11094499 seconds (100.00% PHP - 0% MySQL) with 19 queries