MDI controls

  • Thread starter Thread starter =?iso-8859-1?Q?Miguel_Su=E1rez?=
  • Start date Start date
?

=?iso-8859-1?Q?Miguel_Su=E1rez?=

Hi, i have an MDI application with several buttons on it,
when i try to open any child form, the buttons are over
the child forms. Any idea about this?
 
You probably want to put your buttons onto a Panel, and then set the Panel's
Dock property to Top, Bottom, Left, or Right, depending on the layout you
want.
 
Back
Top