Sorry.
Try this:
Me.Move (Screen.Width - Me.Width) \ 2, (Screen.Height - Me.Height) \ 2
Or this:
Me.Top = (Screen.Height * 0.85) / 2 - Me.Height / 2
Me.Left = Screen.Width / 2 - Me.Width / 2
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |