mdi
How to avoid visual artifacts when hosting WPF user controls within a WinForms MDI app?
When hosting WPF user controls within a WinForms MDI app there is a drawing issue when you have multiple forms that overlap each other that causes very distinct visual artifacts. These开发者_如何学JAV[详细]
2022-12-26 02:43 分类:问答How to Change an MFC Modeless Dialog to be the child of a CView in an MDI application?
I have an MFC application that is a Doc/View/Frame implementation.One dialog is running as a modeless dialog which pops up on demand (from a menu option).I\'m looking to add the modeless dialog to an[详细]
2022-12-25 06:24 分类:问答Clicking MDI children form doesn't bring it to front
This is a winform question in .net. In a MDI form, if I open several children forms, for some forms, if they are not activated (if you overlap them with the activate one, they are not up to front. On[详细]
2022-12-25 02:00 分类:问答Java - Problem when Resizing a JInternalFrame
In a previous SO question, I was talking about somes issues dealing with my MDI architecture. I have now another problem when resizing my JInternalFrame. Here is a short video that illustrates it.[详细]
2022-12-23 19:38 分类:问答Which's better: MDI children, or modeless dialogs?
What\'s the pros and cons for each of them开发者_StackOverflow中文版?It depends. Use MDI (or tabbed MDI) if the user will generally focus on one document at once, and will want to see as much as poss[详细]
2022-12-23 14:43 分类:问答Java - How to make a set of JInternalFrame independant of each other?
I\'m programming a short Paint program like and I\'m trying to make an MDI architecture for it. To make that happen, I used JInternalFrame inside a JDesktopPane.[详细]
2022-12-23 06:56 分类:问答Prevent MDI window to appear in the Window menu list
I have a .NET MDI application that uses the MDI Window List to automatically populate child MDI forms into the Window menu.[详细]
2022-12-22 11:17 分类:问答MDI and WPF Ribbon
i noticed that the WPF Ribbon is bound to a XAML Usercontrol or window. Lets imagine i have a windws.xaml page with a WPF Ribbon at the top.[详细]
2022-12-22 01:49 分类:问答Detect doubleClick on mdiContainer without a child (c# winforms)
I\'ve got a Form which is a mdiContainer. When the Form hasn\'t got a child, I want to capture the doubleClick event when a user doubleClicks 开发者_StackOverflow社区the clientArea (same behavior as P[详细]
2022-12-21 09:14 分类:问答How to make nested child forms in C#.net
In my win开发者_JAVA技巧dows form application I am using 10 forms.It is fine when only a parent and single child form are used at a time. But in case of multiple use of child form I am getting problem[详细]
2022-12-19 21:22 分类:问答