Click to See Complete Forum and Search --> : Registering VB Application as NT Task


August 17th, 1999, 10:48 PM
Is it possible to register a VB Application as WindowsNT Service. If Possible How do i Achieve this?

August 18th, 1999, 02:20 AM
check out the RegisterServiceProcess API or the SRVANY utility from the NT resource kit.

Andy
August 25th, 1999, 08:56 AM
VB Applications as a Service!? Thats easy...
Use NTSVC.OXC !
Find it at:
http://vbwire.com/advanced/howto/service.asp
Excellent Site!

Best regards

Lothar Haensler
August 25th, 1999, 09:00 AM
take this into account (MSDN article: Q175948)
"Microsoft does not currently recommend running Visual Basic applications as Microsoft Windows NT Services because the applications may exhibit unstable behavior when installed and run as Microsoft Windows NT Services. "