mdi
Is it still possible to create mdi applications using the netbeans gui builder?
I found an example @ http://matthewryan.info/netbeans/5.0/netbeans_mdi.html But those options aren\'t present in the most recent version of netbeans. Is 开发者_如何学Cthere another way to make interna[详细]
2023-01-30 23:59 分类:问答C#.NET MDI bugs when programmatically hiding and showing again a maximized child form and when maximized, child form's icon cannot be changed
Basically I am having two problems with C#.NET MDI. You can download VS2010 solution which reproduces bugs here.[详细]
2023-01-30 12:41 分类:问答C# MDI Parent detect when MDI Child is closing?
I\'m attempting to detect, on the MDI parent, when my MDI child form closes, and react accordingly. The MDI parent shouldn\'t do anything until the MDI child closes. Here is my code, I\'m unsure as to[详细]
2023-01-28 21:59 分类:问答MFC MDI : how i can handle when the program switch from a child window to another?
I have a MDI application and i need to do an action when the user (or the program) change from a child window to another.[详细]
2023-01-26 14:09 分类:问答Problems with the Parent Form in MDI Application
i am using Buttons as controls in the Container ( Parent Fo开发者_运维技巧rm ) and when the Child form appears the Controls in the Parent Form ( Button , Picture , label ) appears on the Child form a[详细]
2023-01-24 16:02 分类:问答how to show a child form in MDI container without the apperance of the controls in the Container Form in the Child Form?
in my project in the container form i use buttons to open the child forms , not Strip Menu but the buttons in the container always appears on the child form[详细]
2023-01-24 11:08 分类:问答mdi child form don't work via opengl app in .NET
This is my first question. I start to computer graphics programming with opengl via Tao Framework. Everything going well but today I tried to work with MDI forms. My application crashed. It is a bit[详细]
2023-01-21 23:32 分类:问答Best way to prevent window cluttering in my MDI application
I\'m currently designing an MDI application (a custom CRM) in .net 4.0 and i\'m starting to dislike the whole interface simply because there\'s no real way to track which windows are open or closed an[详细]
2023-01-20 18:40 分类:问答Different 'views' in a single WPF window
I\'m doing a VB.Net subject at university and the major assignment is the creation of a WPF application.[详细]
2023-01-19 06:20 分类:问答MDI Application Main Menu help
We are developing an MDI Application. What we need to do is that I Have 4 child forms and 1 Parent form. on the parent form ToolBox me开发者_C百科nu I have 3 buttons. Add,Save,Cancel.[详细]
2023-01-19 05:08 分类:问答