par ComponentSpace - Type de produit : Composant / ActiveX OCX / ActiveX DLL
Veuillez noter que les informations sur les produits ne sont pas disponibles en français.
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.
Nos prix standard sont montrés ci-dessous. Veuillez vous connecter pour voir vos prix.
| Ajouter au Caddie | $ 195.02 | 1 Developer License | Téléchargement (270 Ko) | |
| Ajouter au Caddie | $ 293.02 | 4 Developer Team License | Téléchargement (270 Ko) | |
| Ajouter au Caddie | $ 391.02 | 8 Developer Team License | Téléchargement (270 Ko) | |
| Ajouter au Caddie | $ 489.02 | 1 Site Developer License | Téléchargement (270 Ko) | |
| Ajouter au Caddie | $ 979.02 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) with Source Code | Vérifier | Téléchargement (322 Ko) |
| Ajouter au Caddie | $ 97.02 | 1 Developer Premium Support License | Téléchargement (29 Ko) |
Nos prix comprennent le support technique ComponentSource et, pour la majorité des produits téléchargeables, une sauvegarde en ligne ainsi qu'une mise à niveau GRATUITE si la nouvelle version est parue pendant les 30 jours consécutifs à votre achat. Toutes les ventes sont sujettes à nos Termes et Conditions standard à notre Politique de renvoi. Veuillez nous contacter si vous avez besoin d'une option de licence (licence de volume et versions précédentes) qui ne figure pas sur la liste ci-dessus.
Nos prix standard sont montrés ci-dessus. Veuillez vous connecter pour voir vos prix.
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.