Thread
:
How to develop program to run as daemon?
View Single Post
boldyman
Newbie Member
1Apr2007,04:11
On windows a daemon is called "windows service".
Take a look at the MSDN:
http://msdn2.microsoft.com/en-us/library/8dy6h580(VS.80).aspx
Good luck!