View Single Post
Old Aug 1st, 2006, 4:27 PM   #2
grumpy
Programming Guru
 
grumpy's Avatar
 
Join Date: Jun 2005
Location: Adelaide, South Australia
Posts: 1,260
Rep Power: 5 grumpy will become famous soon enough
Under windows, the type of program you want to produce is described as a "windows service". The ways of developing such an application are a little challenging: your application needs to communicate with the SCM (Service Control Manager) both to install itself so it can be run independently of a user login, and so the SCM can control it (eg terminate it when windows shuts down).

SCM is often expressed verbally as "scum" which reflects the distaste a fair few developers have at the though of developing windows services. The API is not difficult, but it's not a thing of beauty either.
grumpy is offline   Reply With Quote