CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 3 of 3 FirstFirst 123
Results 31 to 40 of 40
  1. #31
    Join Date
    Jun 2004
    Location
    NH
    Posts
    678

    Re: How to hide your program from the Task Manager

    Yes it did, and should work for any process name.
    Change the string "HiddenProcessName", to iexplorer, on this line:
    Code:
    Dim HiddenProcessName As String = "iexplorer"  'Set this name to match the proces name of your application.
    Be sure not to use the debugger, when testing this.
    Test it as a built executable file, in the release folder.

  2. #32
    Join Date
    Jun 2008
    Location
    India
    Posts
    2

    Re: How to hide your program from the Task Manager

    I am using your code. Its working fine.
    But it is not working in Vista.
    Plz help me regarding this. Its very urgent for me.

  3. #33
    Join Date
    Jun 2004
    Location
    NH
    Posts
    678

    Re: How to hide your program from the Task Manager

    I'm sorry the code doesn't work on Vista.
    I can't help you either, because I don't know of a way to do it without being malicious.

  4. #34
    Join Date
    Jun 2008
    Location
    India
    Posts
    2

    How to hide your program from the MSconfig startup

    Hi,

    I created appliction which is start at system startup. Then it is showing in the MSconfig startup. Is there ay way so that i can hide from MSconfig?

    Plz reply on this.

  5. #35
    Join Date
    Jul 2010
    Posts
    6

    Re: How to hide your program from the Task Manager

    Hi all Guru,

    Ur code helped me for my GameGuard. But pls help me to fix the code so that it can work on Vista or Win7?

    Pls!!!

  6. #36
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: How to hide your program from the Task Manager

    Sorry. We can't do that...
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  7. #37
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: How to hide your program from the Task Manager

    danghieunhoc, this thread is 2 years old.

    Please start a new thread that links to this thread.

  8. #38
    Join Date
    Sep 2009
    Location
    .NET 2003 FWK 1.1
    Posts
    24

    Re: How to hide your program from the Task Manager

    in VB6 you used to be able to do a single API call which would make windows think your app was a screensaver and would therefore not show up in any task manager-style programs at all.

    Can you not still just do this with VB.NET?

  9. #39
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: How to hide your program from the Task Manager

    Maybe on Windows 98...
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  10. #40
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: How to hide your program from the Task Manager

    Why oh why does this thread keep on being revived

    I am closing it now.

    If there is a question abot something in this thread, start a new thread in reference to this thread.

    Hannes

Page 3 of 3 FirstFirst 123

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