Shoutbox

How can i create 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: How can i create loop? (/showthread.php?tid=38408)

How can i create loop? by Fröt on 02-13-2005 at 08:11 PM

Is there a way to make loops which will run until msn terminated?

Snippets will be superb!!!:)


Note:I am using VB6


RE: How can i create loop? by Millenium_edition on 02-13-2005 at 08:20 PM

you can use the processes API and a timer to check wether msn's running.


RE: How can i create loop? by Stigmata on 02-13-2005 at 08:24 PM

http://msdn.microsoft.com/library/default.asp?url...LoopStructures.asp


:) hope thats some more help


RE: How can i create loop? by Fröt on 02-13-2005 at 08:31 PM

stigmata/

i already know to make loops in vb :) but in MsgPlus plugin i couldn't realize where i should put my loop code :)

now i searching for info about processes APIs which millenium talked about


RE: How can i create loop? by TGG on 02-13-2005 at 09:03 PM

For information about the API, see http://www.msgplus.net/help_plugins.php


RE: How can i create loop? by TheBlasphemer on 02-13-2005 at 09:16 PM

Try a timer :)


RE: How can i create loop? by RaceProUK on 02-13-2005 at 10:10 PM

I recommend looking up CreateThread() and ExitThread()
That is, if you can multithread in VB...


RE: How can i create loop? by Fröt on 02-14-2005 at 01:27 PM

Thanks to everyone who helps me :)

I made my plug-in of course with forum's heplfull members suggestions :)