Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
Start a Windows ServiceStart a Windows service. Note:This software is available as a pre-release.
Dim service As New Chilkat.Service() service.ServiceName = "MyService" Dim success As Boolean success = service.Start() If (success <> true) Then MsgBox("Failed to start service.") TextBox1.Text = TextBox1.Text & service.LastErrorText & vbCrLf Exit Sub End If MsgBox("Windows Service Started!") |
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.