I\'m attempting to build a Windows Service which will execute some method when a user clicks a button in a WinForms application. I\'d like to be able to pass 开发者_JAVA百科in a few strings when the u
I have a service monitor app that monitors the status of three other servers app - you know those kind of green, red status stuff, start, stop, etc.
I have a Windows service built upon ATL 7\'s CAtlServiceModuleT class.This service serves up COM objects that are used by various applications on the system, and these other applications naturally sta
I want to develop windows service in Delphi that communicates with an Oracle server via ADO. Whichguidelines should I fo开发者_开发百科llow?
Let\'s say I have a standalone windows service running in a windows server machine. Ho开发者_运维技巧w to make sure it is highly available?
I\'m trying to run several similar services via ServiceBase.Run(ServiceBase[] ) but it\'s only running the first one.MSDN doesn\'t explicitly deny this; does this excerpt mean that they all must be di
I\'m developing a windows service in C#.net, Account: LocalSystem, System: Windows XP SP3 I want this service to check for all currently logged users if a specific application is running and if not -
I\'m technically savvy but don\'t have extensive experien开发者_开发问答ce with servers/daemons (I\'m a Windows guy, so...command lines intimidate me).
All, I have aCustom object which I have written using VB.NET (.net 2.0).The object instantiates its own threading.timer object and carries out a number of background process including periodic interro
i want implement a windows services scheduled task. I already created windows service. In开发者_运维百科 a service i have implemented a timer.The timer is initialized at class interval. The timers int