Is it possible to register a VB Application as WindowsNT Service. If Possible How do i Achieve this?
Printable View
Is it possible to register a VB Application as WindowsNT Service. If Possible How do i Achieve this?
check out the RegisterServiceProcess API or the SRVANY utility from the NT resource kit.
VB Applications as a Service!? Thats easy...
Use NTSVC.OXC !
Find it at:
http://vbwire.com/advanced/howto/service.asp
Excellent Site!
Best regards
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. "