Enter Keywords:
1 - 6 of 6(0 seconds)
Sort By:
 
Is there someone out there who can show me a working example of OpenService and StartService in ASP? Regards, Morten
Zones: ASPDate Answered: 06/06/2000 Rating: 9.4 Views: 0
hi i am starting and stopping MSDTC service from vb6 code using the following API functions Declare Function CloseServiceHandle Lib "advapi32.dll" (ByVal hSCObject As Long) As Long Declar...
Zones: Visual BasicDate Answered: 06/19/2003 Rating: 9.2 Views: 0
i wrote a service and tester program for starting the service. in the tester i start the service like this:    StartService(             newService,  // handle to service             0,  ...
Zones: C++Date Answered: 09/19/2002 Rating: 7.0 Views: 4
Year ago I wrote a windows service (using an CAtlServiceModuleT<> based class), it worked fine. I did not touch the code since then. Now I need to return back to its further development and I'm un...
Zones: AT...Date Answered: 01/07/2008 Rating: 7.5 Views: 170
Hi    I m writing a app in vc++ which will be run as service.    I created the service thro' code. But I can't start it thro' Code? it gives error while starting. (it starts well manually or at...
Zones: Windows ProgrammingDate Answered: 09/17/2004 Rating: 9.4 Views: 0
I have created a user defined service using windows: http://support.microsoft.com/kb/137890 but I get the following when trying to start it: StartService: OpenService FAILED 1060 HELP!
Zones: System Utilities, Microsoft V...Date Answered: 08/29/2007 Rating: 7.8 Views: 27
 
  • 1