|
-
Mar 13th, 2010, 01:19 AM
#1
Thread Starter
Addicted Member
[RESOLVED] how to hide a process from taskbar.
i want that if a process (EXE) is running it should not become visible in task bar. it does not matter to me whether it is running or visible in task manager.
any code snipet that would show how to make an exe invisible from task bar.
thanks
-
Mar 13th, 2010, 06:53 AM
#2
Re: how to hide a process from taskbar.
The Task Bar doesn't show EXEs or processes; it shows windows. If you want a form to not have an icon displayed in the Task Bar then you set its ShowInTaskBar property to False.
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
|