by ComponentSpace - 製品のタイプ: コンポーネント / ActiveX OCX / ActiveX DLL
この商品については、日本語の説明書きはございません。
Create a Windows service in Visual Basic using the easy to use Service Host. Instead of having to deal with the complexities of Windows services and the services C interface, all you need do to create a Visual Basic Windows service is develop an ActiveX DLL, implement the supplied IService interface, and register your service with the Service Host. You define the service’s name and description. Your service receives control whenever the service is started, stopped, and optionally, paused or continued. The Service Host offers Visual Basic developers a fast and simple way to create Windows services.
一般向け価格については下記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。
| カートに追加 | ¥ 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 | 要確認 | ダウンロード (322 KB) |
| カートに追加 | ¥ 13,755 (税込) | 1 Developer Premium Support License | ダウンロード (29 KB) |
すべてのご注文にて弊社標準の 契約条件および返品条件の内容が適用されます。
一般向け価格については上記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。
To create a Windows service, create a Visual Basic ActiveX DLL project and add a reference to the supplied Service Interface type library. Add a class that implements the IService interface. This interface consists of one property, Pausable, and six methods. The Pausable property should return true if your service supports pause and continue operations. Your service receives control for the standard Windows service calls: OnStart, OnStop, OnPause, OnContinue, OnControl and OnShutdown. A simple test harness is included to make it easy for you to debug your service from within Visual Basic.
The supplied ServiceHost executable hosts your service. It implements the Windows service C interface and translates this to the ActiveX IService interface. ServiceHost may host as many services as you like.
You may also use ServiceHost to register your service with the Service Host. Alternatively, instructions are provided if you wish to do this from your own installation program.
Main Features
This control may also be purchased as part of the Key Technology ActiveX Suite.
If you wish to manage Windows services please refer to the Key Technology Service Manager Control.