Posts
 
Reputation
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
~737 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for bcheath_1

"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 …

Member Avatar for Mortimern
0
737

The End.