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
Basically I am having two problems with C#.NET MDI. You can download VS2010 solution which reproduces bugs here.
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
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.
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
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
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
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
I\'m doing a VB.Net subject at university and the major assignment is the creation of a WPF application.
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.