mdi
Refresh MDI parent window datagrid after closing child window in C#.Net Windows application?
I 开发者_JAVA技巧have a MDI window with a datagridview control which is used to display a list of records in a database table(s). If the user wants to add a new record, they click \"new\" and a popup([详细]
2023-01-18 20:43 分类:问答Discard ALT key press in CMainFrame
I\'m having the following code: CMainFrame* pFrame = new CMainFrame; if (!pFrame) return FALSE; m_pMainWnd = pFrame;[详细]
2023-01-18 13:24 分类:问答Trying to extract an MDI child window outside its MDI parent
I have been able to reparent an mdichild window to the desktop with the following code: SetParent(hSeekedWindow,0);[详细]
2023-01-17 13:41 分类:问答mdiparent click
The click ,double click on mdi parent of the .net MDI form does not work is it a b开发者_运维技巧ug?Well, that\'s not much to go on without knowing exactly what you click on.The gray background of the[详细]
2023-01-15 17:31 分类:问答Surely MDI not so bad? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-01-14 05:55 分类:问答Is it possible to inject a Windows Form application into another application as an MDI Child in VB.NET?
I am creat开发者_如何学运维ing a program that interacts with another program and I would like to \"inject\" my program into this program as an MDI Child window. Is this even possible, and if so can it[详细]
2023-01-13 08:02 分类:问答Merging MDI toolbar
In .net MDI application the menu of child form automatically is merged to the menu of parent form. Is there a way to do similar thing with the tool bars.The concept i开发者_C百科s to send the toolbar[详细]
2023-01-09 08:34 分类:问答c# main menu and mdi forms
So far in my life, as a .net developer, I have made heavy use of mdi forms to display particular \"menu points\" such as for instance \"module 1\" \"module 2\" and so on.[详细]
2023-01-08 18:15 分类:问答GotFocus() and MDI Children
I have an MDI form with 3 child windows. The MDI starts empty. Each child can be opened once from the menu.[详细]
2023-01-07 09:16 分类:问答MDI child window cannot be displayed by .ShowDialog() WHY?
I use winforms MDI window and display child windows on it. I need to display some of them using modal dialog mode ( .ShowDialog() ) but still have the开发者_如何学编程m displayed as a child window (th[详细]
2023-01-06 15:43 分类:问答