VB編程:代碼實現窗體居中顯示-59

Private Sub Form_Load()     Me.Move (Screen.Width - Me.Width) / 2, (Screen.Height - Me.Height) / 2 End Sub 可以在屬性中設置,不過可以把這個保存到模板裏,就不用每次設置了。
相關文章
相關標籤/搜索