|
-
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
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
|