G
Guest
I'm not sure if I'm asking about MDI or not... not a very advanced WinForm (or Win32 client) developer (most of my time is web dev).
I'm creating an applicatoin where I will have a common toolbar, menu, and panel (using one of the free XP-like collapseable panels on the left hand side). The bulk of the UI in my application (to the right of the panel and below the toolbar) will change based on your selections in the toolbar. This is simlar to Outlook where you have a single applicatin, but it's main UI form changes "modes" based on user actions. I could use MDI, but that's not really what I'm trying to accomplish. I could also use multiple panels and hide/show when buttons in the toolbar were clicked, but the main form will get pretty big (which is ok if it's my only option).
Ideally I'd like to develop each "mode" seperately and just load them into the main window when the time comes... not sure if this is feasible (I tired it one time, but with a very convoluted approach >>> I had a main window, then created a new instance of the child window inside the parent with no chrome and placed it perfectly inside.
Thanks in advance for the input.
-AC
I'm creating an applicatoin where I will have a common toolbar, menu, and panel (using one of the free XP-like collapseable panels on the left hand side). The bulk of the UI in my application (to the right of the panel and below the toolbar) will change based on your selections in the toolbar. This is simlar to Outlook where you have a single applicatin, but it's main UI form changes "modes" based on user actions. I could use MDI, but that's not really what I'm trying to accomplish. I could also use multiple panels and hide/show when buttons in the toolbar were clicked, but the main form will get pretty big (which is ok if it's my only option).
Ideally I'd like to develop each "mode" seperately and just load them into the main window when the time comes... not sure if this is feasible (I tired it one time, but with a very convoluted approach >>> I had a main window, then created a new instance of the child window inside the parent with no chrome and placed it perfectly inside.
Thanks in advance for the input.
-AC