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 Service
Start a Windows service. Note:This software is available as a pre-release. Download the Chilkat Service ActiveX here: ChilkatService.zip Dim service As New ChilkatService service.ServiceName = "MyService" Dim success As Long success = service.Start() If (success <> 1) Then MsgBox "Failed to start service." Text1.Text = Text1.Text & service.LastErrorText & vbCrLf Exit Sub End If MsgBox "Windows Service Started!" |
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.