Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have win32 dll. I wanted to have Timer in this so that I can call a function after some time and kill that timer. Is it possible? How? Thanks,
AmolM
You can use WaitForSingleObject-API with a timeout values.
Greetings from Germany
use SetTimer() win32 api Prasann who else