.NET Windows Forms - Hide the display in task bar

To hide the display of windows Form in the task bar,

we need to set the ShowInTaskbar Property of Windows form to True in the entry point.

Example:

Public Sub New()

Me.ShowInTaskbar = False 'Hide the display in task bar

End Sub


Comments

No responses found. Be the first to comment...


  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:
    Email: