Is there any way to interact with the desktop from a .NET-based windows
service? I want to develop a program that monitors a certain network adapter
and if it is disconnected, displays a dialog with a timer and a cancel
button. If the timer runs out and cancel is not clicked the PC is shut dow...
more >>
I have a service application written in VB.NET on Windows 2000. I'm trying
to get the application to write to a log file in the program directory (same
place as the executable), but it's generating an access denied error. The
service is set up for automatic starting, as a domain-recognized user...
more >>
Hi,
I created a Windows Service. I'd like the service to Stop when some error
happen.
Is there any way to do that without using the Services Controller? The
problem with it is that it seems to require Administrative rights and if I
use it from inside the same service then the Service account ha...
more >>
Hi, I need to create a windows service in VB.NET, that reads from COM1 some information.
I try to use the MSCOMM32.OCX but in windows service don’t work.
Can some one help me?
From http://www.developmentnow.com/g/44_0_0_0_0_0/dotnet-myservices.htm
Posted via DevelopmentNow.com Groups
ht...
more >>