標(biāo)題: VB6.0軟件--控件居中代碼 [打印本頁(yè)]

作者: 行天下19860705    時(shí)間: 2017-4-27 11:30
標(biāo)題: VB6.0軟件--控件居中代碼
Private Sub Form_Resize()
Command1.Top = (Me.Height - Command1.Height) \ 2
Command1.Left = (Me.Width - Command1.Width) \ 2
End Sub

注釋:Command1換成你想要控件






歡迎光臨 (http://www.torrancerestoration.com/bbs/) Powered by Discuz! X3.1