Minimizing a form (from within the form)
:
Return to List
' The "Me" reference will always reference the object the code is within.
Me.WindowState = vbMinimized
Note to Webmaster