Center a form perfectly (Works with any resolution size)
Center a form perfectly (Works with any resolution size)
Rate Center a form perfectly (Works with any resolution size)
(2(2 Vote))
Frm.Top = (screen.Height - Frm.Height) / 2
Frm.Left = (screen.Width - Frm.Width) / 2
End Sub
Center a form perfectly (Works with any resolution size) Comments
No comments yet — be the first to post one!
Post a Comment