CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2011
    Posts
    20

    Post how to hide any dotnet exe is hide into taskmanager in windows 7 using vb.net?

    Hi all,

    how to hide exe into task-manager in windows 7 using vb.net windows application?

    I want exe is hide into task-manager in windows 7 & windows vista machine using vb.net(windows application)
    help me!

    Thanks,
    Jayawant

  2. #2
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: how to hide any dotnet exe is hide into taskmanager in windows 7 using vb.net?

    First and most important question ....

    WHY ?? Why do you want to hide your EXE from the user ????
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  3. #3
    Join Date
    May 2002
    Location
    Boston
    Posts
    67

    Re: how to hide any dotnet exe is hide into taskmanager in windows 7 using vb.net?

    Hi,

    Set the 'ShowInTaskBar' property of your main form to False.

    This will prevent the application from showing up in the
    'Applications' tab in Task Manager.

    If you want to prevent it from showing up in the 'Processes' tab that will be a far more complex process.

    Curt

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: how to hide any dotnet exe is hide into taskmanager in windows 7 using vb.net?

    [ Clsoed ]

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