Newbie question: Windows Forms

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
 
H

Herfried K. Wagner [MVP]

* "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.
 
A

Adriano

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,
 
H

Herfried K. Wagner [MVP]

* "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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top