1、在其KeyDown事件添加:
If e.KeyValue = 27 Then
Me.FormBorderStyle = Windows.Forms.FormBorderStyle.Sizable
End If
1、在其KeyDown事件添加:
If e.KeyValue = 27 Then
Me.FormBorderStyle = Windows.Forms.FormBorderStyle.Sizable
End If