CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Posts
    6

    Setting up an NT service

    Hi Everone

    I need make my programme to an NT service. I dont have any experience with this topic. Can anyone help me with code samples or links to documentation.

    Michael

  2. #2
    Join Date
    Jun 2002
    Posts
    1,417
    If you are using VC6 compiler, use the ATM/COM App Wizard to start a new project. That will generate all the basic code you need for an NT service. Then, if you already have another project that you want to convert, just copy that program files into this new project. You'll probably have to do a little rewriting of your current files.

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

Featured