mdi
Side menu in window form in .net
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[详细]
2023-01-05 05:25 分类:问答How to get default Ctrl+Tab functionality in WinForms MDI app when hosting WPF UserControls
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[详细]
2023-01-02 01:27 分类:问答Be active a child form by giving its name or its text in c#
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[详细]
2023-01-01 15:00 分类:问答MDI model or Dock Windows?
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).[详细]
2023-01-01 12:08 分类:问答Display a WPF window inside another
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.[详细]
2022-12-31 11:33 分类:问答MDI Forms in .NET 3.5
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:[详细]
2022-12-31 07:47 分类:问答Maximized MDI form behavior
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[详细]
2022-12-30 21:33 分类:问答How to prevent MDI main form closing from MDI Child
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).[详细]
2022-12-29 14:21 分类:问答Delphi - Hidden MDI child form creation
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[详细]
2022-12-28 03:44 分类:问答Screen capture of MDI app with OpenGL graphics using MFC
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[详细]
2022-12-27 18:00 分类:问答