What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Running in background

Running in background
Author: Message:
Predatory Kangaroo
Full Member
***


Posts: 144
– / Male / –
Joined: Jul 2003
RE: Running in background
That's not the way I did it...
I put this in the general declarations part (the very top of the module):
code:
Public WithEvents my_timer As Timer


Then this in the initialize function:
code:
my_timer = New Timer


Then, I set the properties like I would with any normal timer

--EDIT--
Oh, and add a function for the timer to call:
code:
Private Sub my_timer_Timer()
'Code goes here
End Sub


This post was edited on 08-30-2003 at 05:12 PM by Predatory Kangaroo.
[Image: imagetest.php?display=You%20dont%20know%...djust=true]
08-30-2003 05:10 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Running in background - by wipey on 08-28-2003 at 07:40 PM
RE: Running in background - by wipey on 08-28-2003 at 07:41 PM
RE: Running in background - by Whacko on 08-29-2003 at 11:03 AM
RE: Running in background - by wipey on 08-29-2003 at 01:40 PM
RE: Running in background - by Whacko on 08-29-2003 at 01:46 PM
RE: Running in background - by wipey on 08-29-2003 at 02:16 PM
RE: Running in background - by wipey on 08-29-2003 at 03:55 PM
RE: Running in background - by Choli on 08-29-2003 at 06:28 PM
RE: Running in background - by wipey on 08-29-2003 at 08:54 PM
RE: Running in background - by wipey on 08-29-2003 at 09:04 PM
RE: RE: Running in background - by Choli on 08-30-2003 at 02:21 PM
RE: Running in background - by Predatory Kangaroo on 08-30-2003 at 05:10 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On