by ComponentSpace - 製品のタイプ: コンポーネント / ActiveX OCX / ActiveX DLL
この商品については、日本語の説明書きはございません。
Access the Windows Service Control Manager from within your Visual Basic application to enumerate, start, stop, pause, continue and interrogate Windows services. Get extended service status including the check point and wait hint. Enumerate all dependent services. The Service Manager Control also makes it easy to create, configure and delete services. You can also manage services running on remote computers. The Service Manager Control offers Visual Basic developers complete control over Windows services in a simple to use control.
一般向け価格については下記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。
| カートに追加 | ¥ 27,615 (税込) | 1 Developer License | ダウンロード (270 KB) | |
| カートに追加 | ¥ 41,580 (税込) | 4 Developer Team License | ダウンロード (270 KB) | |
| カートに追加 | ¥ 55,440 (税込) | 8 Developer Team License | ダウンロード (270 KB) | |
| カートに追加 | ¥ 69,300 (税込) | 1 Site Developer License | ダウンロード (270 KB) | |
| カートに追加 | ¥ 138,810 (税込) | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) with Source Code | 要確認 | ダウンロード (366 KB) |
| カートに追加 | ¥ 13,755 (税込) | 1 Developer Premium Support License | ダウンロード (29 KB) |
すべてのご注文にて弊社標準の 契約条件および返品条件の内容が適用されます。
一般向け価格については上記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。
What's New in V2.0:
The Service Manager includes three classes: the ServiceManager, ServiceConfiguration, and ExtendedServiceStatus.
Instantiate an instance of the ServiceManager class, set the ComputerName property if you wish to manage services on a remote computer, and youre ready to manage services. This class includes Start, Stop, Pause, Continue and Control methods for performing the standard actions on Windows services. You can also get a services status using the Status and ExtendedStatus properties. Look up a services display name given its name using the DisplayName property. Conversely, use the ServiceName property to determine the services name given its display name. Using the ServiceManager class, you can also create, delete, configure and enumerate services.
With the ServiceConfiguration class you can retrieve and update a services configuration. The configuration includes the service name, display name, service type, and the name of the service executable, the load order, dependencies, account name, password and more.
The ExtendedServiceStatus returns a services extended status including the controls it accepts, exit codes and more.
Main Features
This control may also be purchased as part of the Key Technology ActiveX Suite.
If you wish to write a Windows service in Visual Basic please refer to the Key Technology Service Host product.