Search code examples
c#taskbar

How do I make the taskbar icon go away?


I want to get rid of the icon in the task bar from my program. This thing. Sorry for not being able to post as an image, but I have to have at least 10 rep to do so.


Solution

  • In winforms use ShowInTaskbar:

    ShowInTaskbar = false;