mdi
MDI Parent Child
I have created one MDI form & Want to inherit a already made Child form. So what I have to do 开发者_如何学Goto access all controls on my MDI in that child form. (I dont want to create a new inher[详细]
2023-04-12 15:35 分类:问答how to change the location of a minimized mdichild form?
In my M开发者_如何学GoDI application i have changed the size of its MDI client to avoid the scrollbars that appear when a portion of an MDI child form is moved out of the view of the client area of th[详细]
2023-04-10 06:30 分类:问答WPF Mdi from codeplex richtextbox issue
this question is only for those who use the MDI from Codeplex. I successfully implemented the mdi container and can add or remove child elements dinamically through my code.[详细]
2023-04-02 00:54 分类:问答Modeless Child WPF Window to a native MFC MDI Application
I have an MFC MDI application and I am trying to add a new dialog to it. I want this dialog to be in WPF (a Window basically rather than a dialog). This window should be modeless and a child to the cu[详细]
2023-03-31 18:21 分类:问答MDI application with window management
How can I develop MDI application with window management option where one child from only open one time, if user again click on to open the same child form application should display the instance of s[详细]
2023-03-29 03:12 分类:问答MDIContainer Pass variable and One window
iHallo, m using开发者_StackOverflow社区 MDIContainer. 1. How can i pass the varaible from parent to child ?[详细]
2023-03-27 17:14 分类:问答How to Create Header,Content, Side Bar and Footer section (layout) in .net MDI application
I have one big existing application using .Net - MDI C#, Now I am going to change some looks for application, so it looks better for client.[详细]
2023-03-25 12:12 分类:问答Clear checked items from a listbox without firing itemcheck event
I got a checkedlist box in form2 (clbForm2) where i\'m explicity mapping it to an item check event. Now i need to uncheck all the che开发者_高级运维cked items of the control in Form1, from within form[详细]
2023-03-22 13:16 分类:问答MDI child form seems to let the controls of the parent display on through as if it were transparent
Here\'s a small example: A regular old form with a pictureBox and a button. Nothing fancy. In the button\'s click event:[详细]
2023-03-22 10:52 分类:问答Form Activate event is not firing
I am using VB.Net for my Windows application. I will open two child form from MDI. Both formswill open. Now if I will go from form1 to form2 then Activate event for form2 will not fire.[详细]
2023-03-22 09:44 分类:问答