Results 1 to 4 of 4

Thread: Creating a Windows 2000 service

  1. #1

    Thread Starter
    Hyperactive Member MarkusJ_NZ's Avatar
    Join Date
    Jun 2001
    Posts
    375

    Creating a Windows 2000 service

    Hi, I have just programmed a nice little application which retrieves information from Exchange 5.5 and compares that data with SQL server 2000 data. Any discrepancies are stored in a table for use by another program. At the moment the application is scheduled to execute every morning via a scheduling program.

    What I would like to know is how can I / is it possible to turn this program into a Windows 2000 service that can be started and stopped via the Service manager.

    Any links/ tutorials/ recommendations appreciated

    Cheers
    MarkusJ

  2. #2
    Addicted Member
    Join Date
    Aug 1999
    Posts
    164
    http://samples.gotdotnet.com/quickst...leService.aspx

    I have a better bookmark at work that has a better example & tutorial with download, etc.
    -Shurijo

  3. #3
    Addicted Member
    Join Date
    Aug 1999
    Posts
    164
    http://support.microsoft.com/default...b;en-us;317421

    Visual Basic .NET Code Sample: Creating a Windows Service
    http://msdn.microsoft.com/library/de...owsservice.asp

    This article is a little better and this is what I acutally used. If you have any questions, let me know.
    -Shurijo

  4. #4

    Thread Starter
    Hyperactive Member MarkusJ_NZ's Avatar
    Join Date
    Jun 2001
    Posts
    375
    Hi Shurijo, thankyou for your help
    Regards
    MarkusJ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width