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
Printable View
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
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.