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.
try this one:
Me.ShowInTaskbar = False