Service and system shutdown
20 Jun 2005 06:41:42 -0700
hi all,
I've created a windows server that will watch to make sure another
process stays running. It looks for the Process and attaches to the
Exited event, which works fine.
If the program is closed, my service correctly restarts it.
The problem is that its working a bit too well, and it restarts the
...
|
Filetoad.com Latest Software Virus and spyware
Wed, 15 Jun 2005 04:15:02 GMT
We are a new website providing the Latest software and latest virus and
spyware updates
for your computer it will save you lots of time in the
future please take a look
thankyou.
http://www.Filetoad.com http://www.Filetoad.com team
This is a once only mailing , to remove from future newsgroup emailing p ...
|
Changing Service Properties
Tue, 14 Jun 2005 18:20:32 -0400
Hi,
Is there a way to change the properties on an already existing service with
..NET. I know that the ServiceController class can be used to perform
administrative tasks such as starting or stopping a service but a need to
change the properties of an already existing service: The properties are
the follo ...
|
Service to open application
Tue, 14 Jun 2005 17:15:15 -0500
I want to create a service that starts an application, everything is
installed and starts ok but I don't see the application. I tried just
having it start calc.exe and it shows that it is running in the processes
but I can't see it otherwise. The service is running under my id, I tried
switching this to ...
|
Windows Service with Timer wich fires every 30 secs
9 Jun 2005 02:04:33 -0700
Hi,
im developing a service with vb.net with a timer wich triggers every 30
secs.
The timer event looks like the following:
Timer1.Stop
MsgBox("Timer elapsed")
The Service need to interact with desktop (I turned on "Allow service
to interact with desktop" in Service Configuration)
All fine but wh ...
|
Windows Service with Timer wich fires every 30 secs
9 Jun 2005 02:04:11 -0700
Hi,
im developing a service with vb.net with a timer wich triggers every 30
secs.
The timer event looks like the following:
Timer1.Stop
MsgBox("Timer elapsed")
The Service need to interact with desktop (I turned on "Allow service
to interact with desktop" in Service Configuration)
All fine but wh ...
|
PGP decryption
Wed, 8 Jun 2005 07:42:04 -0700
I have a service that monitors a folder for a file (PGP encrypted) and I need
to decrypt the file. Does anyone have any code/class or DLL or have any
recommendation on something that works with PGP. We have the PGP software
loaded on the machine.
Thanks. ...
|
|
|
DllImport and Windows Services
Wed, 8 Jun 2005 11:01:28 +0100
(Note follow-up set to microsoft.public.dotnet.myservices only)
We have a client-server environment where clients request services from the
server via a C/C++ DLL (it is *not* COM based). The DLL has been used by
many application including C++ and VB over many years.
I tried to make use of this DLL in a .N ...
|
Multi-Domain Authentication
Tue, 7 Jun 2005 10:53:01 -0700
I've written a Windows Service in .NET that performs Administrative tasks on
remote systems. The service runs under credentials that have domain admin
rights on the DEV domain.
A client (who does not have trusts established between domains) has
requested that I install my service in their environment wit ...
|
Service return value
Mon, 6 Jun 2005 11:55:50 +0200
I have this situation :
A windows service checks every 5min a webservice that provides urls where
you can find updates. The service downloads the updates (using BITS).
Now I want to use a desktop application to check if there are downloads
being transferred. So, I want to check the service or something. Ho ...
|