Search code examples
c#vb.nettaskbar

Hide my application from taskbar


Is there is away to hide my application from task bar?

I have tried:

Me.Hide() 

but this hides the form not the application from the task bar.


Solution

  • try this one:

    Me.ShowInTaskbar = False