Re: Win32Lib; Timed events
- Posted by ZNorQ <znorq at hol??ug.com> May 16, 2008
- 676 views
CChris wrote: > > I said "any control will do". 0 is not an actual control id, not even a valid > handle for Windows. It is a special value which is treated, somewhat > consistently, > as if refeerring to the desktop window. But it actually doesn't. > > CChris Ah, ok. But how would i go about then when I'm creating a program that doesn't pop-up a window. I know I can use WinMain(0, Normal), but how do I use the timer in this case? Purpose of the code; Run in the background and run various code in intervals. Kenneth/ZNorQ