access窗体主体居中
Posted 黑旗君
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了access窗体主体居中相关的知识,希望对你有一定的参考价值。
Private Sub Form_Load()
DoCmd.Echo False
Dim x, y As Integer
DoCmd.Maximize
x = Me.WindowWidth
y = Me.WindowHeight
DoCmd.Restore
DoCmd.Echo True
Move (x - Me.WindowWidth) / 2.5, (y - Me.WindowHeight) / 3
End Sub
以上是关于access窗体主体居中的主要内容,如果未能解决你的问题,请参考以下文章