Groups | Blog | Home


Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
October 2007


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 >>



DevelopmentNow Blog