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(
I\'m having the following code: CMainFrame* pFrame = new CMainFrame; if (!pFrame) return FALSE; m_pMainWnd = pFrame;
I have been able to reparent an mdichild window to the desktop with the following code: SetParent(hSeekedWindow,0);
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
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
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
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
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.
I have an MDI form with 3 child windows. The MDI starts empty. Each child can be opened once from the menu.
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