smoothcoder
Programmer
Hi there!
I use to code in Visual C++ 6.0 with MFC; recently I developed an app, dialog based, with the following features:
- a master dialog with an Outlook style menu on the left side; the menu has buttons that link to some modules; each module resides in a child dialog that is hidden until the module button is pushed; thus the child dialogs sit one on top of the others, being all hidden until the module is invoked; my questions are: How could I make this architecture in Windows Forms? How to make a form the child of another form? Until now I saw that a form can be either modal or modeless; and whatever I'd choose, the form would appear popped-up, which I don't like; I want the form stuck to its parent form. Can you give me a hint?
Sorry for my poor English
Thanks in advance, you all!
I use to code in Visual C++ 6.0 with MFC; recently I developed an app, dialog based, with the following features:
- a master dialog with an Outlook style menu on the left side; the menu has buttons that link to some modules; each module resides in a child dialog that is hidden until the module button is pushed; thus the child dialogs sit one on top of the others, being all hidden until the module is invoked; my questions are: How could I make this architecture in Windows Forms? How to make a form the child of another form? Until now I saw that a form can be either modal or modeless; and whatever I'd choose, the form would appear popped-up, which I don't like; I want the form stuck to its parent form. Can you give me a hint?
Sorry for my poor English
Thanks in advance, you all!