CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2004
    Location
    Mumbai
    Posts
    11

    How to create a process and a service?

    please explain the winexec() function . Also tell me how to create a process using the WIN32 APIs. I want to run aprogram as a background system service , provide some help. Also mention that how can I create a service on a remote machine if I have all the information about that machine.
    Please provide links too.

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: How to create a process and a service?

    Take a look at the following FAQ for the creation of a process...

  3. #3
    Join Date
    May 2002
    Posts
    52

    Re: How to create a process and a service?

    For writing service program use myService Wizard

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