non fai prima a impostare BorderStyle su fixed single?

comunque:

codice:
Private Sub Form_Resize()
If Me.WindowState = vbMinimized Then
Me.Hide
End If
End Sub