Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: "Here's what I've used in the past to center MDI Child Forms Dim MDIChildForm As New FormName 'Where FormName is the name of the MDI Child Form MDIChildForm.MdiParent = Me MDIChildForm.Show() Dim BorderWidth As Integer = (Me.Width - Me.ClientSize.Width) Dim BorderHeight As Integer = (Me.Height - Me.ClientSize.Height) Dim ChildLeft As … |
The End.