The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: ragdog on August 15, 2010, 08:20:11 PM

Title: Coding with service
Post by: ragdog on August 15, 2010, 08:20:11 PM
Hi

I have a question to create a service

Can i start a service with starttyp?

Autmatic Delayed start
Automatic
Manuell
Deactived

Thanks

Title: Re: Coding with service
Post by: Twister on August 15, 2010, 09:11:37 PM
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
Title: Re: Coding with service
Post by: Vortex on August 16, 2010, 07:54:02 AM
Services framework by hitchhikr :

http://www.masm32.com/board/index.php?topic=1147.0
Title: Re: Coding with service
Post by: ecube on August 16, 2010, 08:14:54 PM
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.