timer event를 이용
if Me.WindowState <> FormWindowState.Minimized then
Me.WindowState = FormWindowState.Minimized
end if