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.

有帮助吗?

解决方案

In winforms use ShowInTaskbar:

ShowInTaskbar = false;
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top