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
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
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.
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
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
iHallo, m using开发者_StackOverflow社区 MDIContainer. 1. How can i pass the varaible from parent to child ?
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.
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
Here\'s a small example: A regular old form with a pictureBox and a button. Nothing fancy. In the button\'s click event:
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.