Board index » Visual Studio » Windows services

Windows services

Visual Studio381
How does one typically decide whether to make software a Windows

service or a standard EXE?



Thank you.


-
 

Re:Windows services

Quote
How does one typically decide whether to make software a Windows

service or a standard EXE?



If it needs to run all the time regardless of whether a user is logged

on or not, chances are you need a service.



Dave

-