all groups > dotnet myservices > june 2005
Timer - Once a week
Posted by Wesley at 6/27/2005 12:00:00 AM
Hi, how would I use the Timer component to run code once a week. (example
Mondays 05:00 AM)
At the moment I use the Timer interval 10000 (10 sec).
Thanks.
Wesley
... more >>
Changing Service Properties
Posted by Mohamed Ben at 6/14/2005 6:20:32 PM
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... more >>
Service to open application
Posted by Mark at 6/14/2005 5:15:15 PM
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
swi... more >>
DllImport and Windows Services
Posted by Tushar at 6/8/2005 11:01:28 AM
(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 t... more >>
Service return value
Posted by Gene Vangampelaere at 6/6/2005 11:55:50 AM
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 o... more >>
Converting a Console App to a Service
Posted by Terry Olsen at 6/5/2005 12:58:37 PM
In my console app, I run a Timer. I had to add a reference to
system.windows.form.dll and then do an Application.Run to keep the console
app from closing.
Is it necessary to add the windows forms reference for the timer in a
service?
... more >>
|