Hi Andrew,
The .net framework provided a simple way of developing windows service
application.
To get more information, you can visit:
http://msdn.microsoft.com/library/en-us/vbcon/html/vboriCreatingConfiguringW
indowsServiceApplications.asp
Also, you can get a sample code at:
http://www.codeproject.com/useritems/simplewindowsservice.asp?target=windows
+service%7C%2Enet
Hope it helps.
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "andrewcw" <
[email protected]>
| Sender: "andrewcw" <
[email protected]>
| Subject: timer, windows service
| Date: Tue, 22 Jul 2003 13:43:03 -0700
| Lines: 4
| Message-ID: <
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNQkdjHhgNP29G6RzqilDuX01q/UQ==
| Newsgroups: microsoft.public.dotnet.languages.csharp
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:171032
| NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| I am trying to do a windows service with C#. I am using as
| a base the VB.NET article in VS, but I thing the
| WITHEVENTS timer notation is a delegate. Can anyone
| provide sample code & anh hints. Thanks Andrew
|