Form Loading in Same Window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello Guys:

I have a main window when my .exe loads. It loads up with a menu system.
What I would like is when a user selects an option from the menu: that the
form loads in the portion of my application BELOW the menu, instead of
opening a new window. I was thinking of using a panel in this portion below
the menu and then forcing the form into that panel, but just can't seem to
get it working as I envisioned.

Am I trying the right method, or is there a better way to handle this?

Thanks
Andy
 
Hello Guys:

I have a main window when my .exe loads. It loads up with a menu system.
What I would like is when a user selects an option from the menu: that the
form loads in the portion of my application BELOW the menu, instead of
opening a new window. I was thinking of using a panel in this portion below
the menu and then forcing the form into that panel, but just can't seem to
get it working as I envisioned.

Am I trying the right method, or is there a better way to handle this?

Thanks
Andy

Andy,

As far as I understand your question, the keyword you're looking for
is MDI.

greetz,
Leon
 

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

Back
Top