Shoutbox

[VB Help] Timed loop - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: [VB Help] Timed loop (/showthread.php?tid=29558)

[VB Help] Timed loop by Dandin1 on 08-05-2004 at 11:46 PM

[Noob VB question]
How can make my plug-in loop a program every x seconds?  For example, print the date and time every 30 seconds. 


RE: [VB Help] Timed loop by dotNorma on 08-06-2004 at 01:21 AM

Make a Timer control and set the interval to "30000"

And then double click the timer control and for the code put the action.