Advertisement
C_Volume2 Miscellaneous #72980

!Center Your Form!

This will Center your form on your screen. It will also higher it a tiny bit, so it looks centered above the TaskBar.

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
Sub FormCenter (Frm As Form)
Rem Written by Stephen Glauser
Rem Last Update: August 1, 1999
Rem Centers your form on the Screen
Rem FormCenter Me
Frm.Top = (Screen.Height * .85) / 2 - Frm.Height / 2
Frm.Left = Screen.Width / 2 - Frm.Width / 2
End Sub

Upload
Upload
Original Comments (3)
Recovered from Wayback Machine