di ComponentSpace - Tipo prodotto: Componente / ActiveX OCX / ActiveX DLL
Ti preghiamo di notare che le informazioni su questi prodotti non sono disponibili in italiano.
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.
I nostri prezzi standard sono indicati sotto. Accedi per vedere i tuoi prezzi scontati.
| Aggiungi al carrello | $ 195.02 | 1 Developer License | Download (270 KB) | |
| Aggiungi al carrello | $ 293.02 | 4 Developer Team License | Download (270 KB) | |
| Aggiungi al carrello | $ 391.02 | 8 Developer Team License | Download (270 KB) | |
| Aggiungi al carrello | $ 489.02 | 1 Site Developer License | Download (270 KB) | |
| Aggiungi al carrello | $ 979.02 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) with Source Code | Verifica | Download (322 KB) |
| Aggiungi al carrello | $ 97.02 | 1 Developer Premium Support License | Download (29 KB) |
I nostri prezzi comprendono l'assistenza tecnica ComponentSource e, per la maggior parte dei prodotti scaricabili, una copia di riserva online e un aggiornamento GRATUITO alla nuova versione, se questa viene lanciata entro 30 giorni dall'acquisto. Tutte le vendite sono soggette ai nostri termini e condizioni standard ed alla nostra politica di rimborso. Contattaci se necessiti di un'opzione di licenza non elencata sopra, comprese licenze multiple e versioni precedenti.
I nostri prezzi standard sono indicati sopra. Accedi per vedere i tuoi prezzi scontati.
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.