How do I create side menu in .net windows application? Is there any possible way to implement this using MDI or should I use some kind of spli开发者_JAVA技巧tter control? Or if you may know to do it w
I have a WinFo开发者_开发百科rms based app with traditional MDI implementation within it except that I\'m hosting WPF based UserControls via the ElementHost control as the main content for each of my
I have a Parent form with some child forms. Imagine some of these child forms are opened and their name or their text are shown in a something like tabpage. now when开发者_运维知识库 i click on a tab
In the QT applic开发者_运维知识库ation we develop we need to display several \'Viewer windows\' (to display data in XY plane, YX plane, XZ plane and in 3D).
Before pointing me to Have a wpf window inside another wpf window or telling me that MDI is soooo 1995, let me explain my application.
Is there any improvemens or new features in .NET 3.5 Windos Forms in c开发者_开发技巧reating MDI Forms as compared to .NET 2.0?Here is your answer at MSDN:
My program shows some browser. From a browser user can open m开发者_StackOverflow社区aximized MDI form with some report. When user is closing the report, first MDI form with browser is became maximize
I have a MDI main form. On it I host a form, and I want it to show a message box before it closes (asking the user whether to save changes).
My application has many many mdi forms and they are开发者_如何学编程 created after successfull user login. How can I best hide this creation process? It looks stupid and it takes longer time while mdi
In our MDI application - which is written in MFC - we have a function to save a screenshot of the MDI client area to file. We are currently doing a BitBlt from the screen into a bitmap, which is then