Visual Basic.NET
  Home arrow Visual Basic.NET arrow Page 6 - WMI Programming with Visual Basic.NET: Man...
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
ASP Web Hosting  
ASP.NET Web Hosting 
Dedicated Servers 
Actuate Whitepapers 
Moblin 
Windows Web Hosting
 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
VISUAL BASIC.NET

WMI Programming with Visual Basic.NET: Managing the OS
By: Jagadish Chaterjee
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 5
    2005-07-05

    Table of Contents:
  • WMI Programming with Visual Basic.NET: Managing the OS
  • Retrieving the list of all services
  • How to know the state of a service
  • How to modify (manage) the state of a service
  • How the above program works
  • How will I know the proper description of the error?

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT

    Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here

    WMI Programming with Visual Basic.NET: Managing the OS - How will I know the proper description of the error?


    (Page 6 of 6 )

    In the previous program, when we “stop” the service, if it is successfully stopped, we receive zero as the returned value. I stated that a non-zero value gets returned if unsuccessful. Using this value,  we can figure out why it failed to “stop” (or “start” as well). The following table gives the list of return values and descriptions for both methods “StopService” and “StartService”.

    Return code

    Description

    0

    Success

    1

    Not Supported

    2

    Access Denied

    3

    Dependent Services Running

    4

    Invalid Service Control

    5

    Service Cannot Accept Control

    6

    Service Not Active

    7

    Service Request Timeout

    8

    Unknown Failure

    9

    Path Not Found

    10

    Service Already Running

    11

    Service Database Locked

    12

    Service Dependency Deleted

    13

    Service Dependency Failure

    14

    Service Disabled

    15

    Service Logon Failure

    16

    Service Marked For Deletion

    17

    Service No Thread

    18

    Status Circular Dependency

    19

    Status Duplicate Name

    20

    Status Invalid Name

    21

    Status Invalid Parameter

    22

    Status Invalid Service Account

    23

    Status Service Exists

    24

    Service Already Paused

    By using the “Select..Case” statement with the return code, we can display the proper result using the definitions from the above table.  Even though I copied the above table from WMI SDK documentation, I thought it worthwhile to include the table as part of this article to provide you with complete information.


    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

     

    VISUAL BASIC.NET ARTICLES

    - Movement and Player Statistics in a VB.NET T...
    - Creating and Drawing a Game Map in VB.NET
    - Working with Classes and Properties for Game...
    - Working with Loops, Arrays, and Collections ...
    - Learning Loops in VB.NET for Game Development
    - Learning VB.NET: Working with Variables, Con...
    - The Basics of VB.NET Through Text Game Devel...
    - Learning VB.NET Through Text Game Development
    - Types of Operators in Visual Basic
    - Operators
    - Understanding Custom Events using Visual Bas...
    - Polymorphism using Abstract Classes in Visua...
    - Shadowing using Shadows in Visual Basic.NET ...
    - Overloading and Overriding in Visual Basic.N...
    - More on Controlling Windows Fax Services Usi...




    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway