Hi
I have a question to create a service
Can i start a service with starttyp?
Autmatic Delayed start
Automatic
Manuell
Deactived
Thanks
Yes, you can create a service that starts up at PC startup.
http://msdn.microsoft.com/en-us/library/ms683500%28v=VS.85%29.aspx
Services framework by hitchhikr :
http://www.masm32.com/board/index.php?topic=1147.0
Note that on vista+ the service can't display a GUI not even message boxes or similar, so you need to use another app for that and just have it talk to the service.