窗体启动后大小为屏幕的75%
(2023-11-11 16:26:00)| 分类: VB程式 |
Private Sub Form_Load()
Me.Width = Screen.Width * 0.75
Me.Height = Screen.Height * 0.75
End Sub
Me.Width = Screen.Width * 0.75
Me.Height = Screen.Height * 0.75
End Sub
后一篇:服务器来电自动开机设置

加载中…