May 04, 2024, 01:17:26 PM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Formless Timer

Started by Steven Picard, April 14, 2008, 08:38:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Steven Picard

April 14, 2008, 08:38:28 PM Last Edit: April 14, 2008, 08:41:50 PM by Steven Picard
I am creating a Firewall in a DLL right now using EBasic.  Does anyone know how to create a formless timer?  My main application will call a function StartFirewall in the DLL.  I want it to set a timer that will call a specific function after x number of milliseconds but return from the function StartFirewall before that timed function is called.

Ionic Wind Support Team

http://msdn2.microsoft.com/en-us/library/ms713423(VS.85).aspx

Although it mentions it is "XP only" the function has existed and worked on all versions of windows since the 3.1 days.  It is part of the multimedia DLL.

Paul.
Ionic Wind Support Team

Steven Picard

Exactly what I was looking for.  Thanks!