Newbie question: Windows Forms

  • Thread starter Thread starter Adriano
  • Start date Start date
A

Adriano

hello,

i want to create a frame in a windows form and call other pages inside that
frame using main menu or buttons,
can anyone help me how to do that?

it would be great if you could send me sample project files,

thanks in advance,
Adriano
 
* "Adriano said:
i want to create a frame in a windows form and call other pages inside that
frame using main menu or buttons,
can anyone help me how to do that?

it would be great if you could send me sample project files,

Have a look at the form's 'IsMdiContainer' property and 'MdiParent'
property.
 
thanks for reply,

is there any other way to show content inside the frame?
how can i divide a form into 2 frames?

thanks in advance,
 
* "Adriano said:
is there any other way to show content inside the frame?
how can i divide a form into 2 frames?

You can use a splitter control to do that. The splitter control can be
docked to other controls.
 
Back
Top