Click here to Skip to main content
15,892,768 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can we use our windows form application as a system File.?
For which no one can stop the app from the task bar ..
can any one help.?
Posted
Comments
Sergey Alexandrovich Kryukov 2-Mar-15 1:18am    
Why? What makes you think that "no one can stop" it?
—SA
Aditya Chauhan 3-Mar-15 5:16am    
actually i want to make it as a system file bcz if any any wan t to stop my app he cant ,after inserting password he will stop.

1 solution

If you want to hide your windows form from taskbar then you can do this through
C#
this.ShowInTaskbar = false;

or you can set this through property window by setting ShowInTaskbar to False

Note: there are other ways to close the app
Hope, it helps :)

Reference:
Form.ShowInTaskbar Property [^]
 
Share this answer
 
Comments
Aditya Chauhan 3-Mar-15 5:17am    
no i dont to hide this is already hide i want to hide it from task manager
ok
Suvendu Shekhar Giri 3-Mar-15 6:30am    
but question says, you want to hide from task bar. Task bar and Task Manager are two different things. Aren't they ?
Aditya Chauhan 4-Mar-15 0:30am    
its mistake sry ..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900