!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: 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.
ซอร์สโค้ด
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
ความคิดเห็นดั้งเดิม (3)
กู้คืนจาก Wayback Machine