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.
 

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

Similar Threads


Back
Top