Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 6 of 6(0 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.4
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 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 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 Views: 0
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: ATL / WTL / COM Programming, C++, Microsoft Visua...Date Answered: 01/07/2008 Views: 165
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 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, M...Date Answered: 08/29/2007 Views: 32
  • 1