CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 30

Thread: hide my process

Threaded View

  1. #12
    Join Date
    May 2002
    Posts
    10,943

    Re: preventing to kill application

    A service is just an application.

    http://www.daniweb.com/forums/thread85237.html

    EDIT: Note that sc.exe is used to install applications as services. You don't just make a service from VB6. You create an application, and then install it as a service.
    Last edited by PeejAvery; May 7th, 2008 at 07:35 AM.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

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