How do I get my app to not get displayed in the taskbar at runtime? When I try to do that, It says that you're not allowed to change it.
What gives???
Oh, any help would be greatly apreciated, and also, some code would be very helpful!
Printable View
How do I get my app to not get displayed in the taskbar at runtime? When I try to do that, It says that you're not allowed to change it.
What gives???
Oh, any help would be greatly apreciated, and also, some code would be very helpful!
If you want to hide your application the easiest way to do it is by changing the option from the beginning and not using any code at all. The option I think is ShowInTaskBar it's default is true, if you change this to false then you won't be able to see it when you start it.
Yeah, I know that a good idea, but I'm making my app do this when It gets mimized, and is on the system tray, but I would like it to be on the taskbar when its not mimized.
so, your idea doesn't work too well.