D David A. Osborn Dec 31, 2004 #1 Is there an easy way to lock and MdiChild to the left side of its parent?
B Bernie Yaeger Jan 3, 2005 #3 Hi David, Set the form's startposition to manual, thus: Me.StartPosition = FormStartPosition.Manual (without this, windows controls the layout in a sequential, cascading fashion) Then set the location x property to 0 and wherever you want the y location to be. HTH, Bernie Yaeger
Hi David, Set the form's startposition to manual, thus: Me.StartPosition = FormStartPosition.Manual (without this, windows controls the layout in a sequential, cascading fashion) Then set the location x property to 0 and wherever you want the y location to be. HTH, Bernie Yaeger