7

Why setting Application.MainFormOnTaskbar to False is not preventing the application from showing on taskbar?

Please help. Thanks.

emurad
  • 3,448
  • 10
  • 40
  • 47

1 Answers1

12

Because that's not what it does. MainFormOnTaskbar makes it so that the main form shows up as a taskbar button instead of the application itself. If you want to make an app with no presence on the taskbar, see this article.

Mason Wheeler
  • 82,511
  • 50
  • 270
  • 477