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? 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 RE: How can i create loop? by Fröt on 02-13-2005 at 08:31 PM
stigmata/ 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() RE: How can i create loop? by Fröt on 02-14-2005 at 01:27 PM
Thanks to everyone who helps me |