|
-
March 5th, 2012, 04:04 AM
#1
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
-
March 5th, 2012, 09:44 AM
#2
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.
-
March 5th, 2012, 12:30 PM
#3
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
-
March 8th, 2012, 01:40 AM
#4
Re: how to hide any dotnet exe is hide into taskmanager in windows 7 using vb.net?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|