VB.NET How to Minimize a window to the Taskbar?

BlackOpty picture BlackOpty · Jun 19, 2012 · Viewed 55.4k times · Source

How can i Minimize the window to the Taskbar?
im using:

FormBorderStyle = Windows.Forms.FormBorderStyle.None

Answer

nnm picture nnm · Jun 19, 2012

1:

Me.WindowState = FormWindowState.Minimized

;)