mdiparent Questions

5

Solved

I have a MDI form. within this MDI form I can open some child forms using: This is within MainForm Form1 f1 = new Form1; f1.MdiParent = this; //this refers to MainForm (parent) f1.Show(); This ...
Marsland asked 1/11, 2011 at 13:5

4

Solved

I am trying to implement a simple web browser control in one of my apps. This is to help integrate a web app into a toolset i am creating. The problem is, this web app absolutly loves popup window...
Wouldbe asked 24/6, 2011 at 16:28

3

Solved

What I'm trying to do is draw some glass on a form marked as an mdi container. However as soon as the IsMdiContainer is set, the form adds an MdiClient to it's list of Controls. At this point somet...
Jernigan asked 27/7, 2009 at 20:20

6

Solved

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...
Fiver asked 6/12, 2010 at 15:49

15

Solved

I want to avoid my child form from appearing many times when a user tries to open the child form which is already open in MDIParent. One way to avoid this is by disabling the Controller (in my case...
Bradybradycardia asked 12/7, 2011 at 4:16

2

Solved

I bind image to GridView from Resource folder.When I load that Form image will be bind.But When call that form from MDIPARENT form Image will not be showed.I attach image and Code below. Bind Ima...
Traipse asked 3/12, 2014 at 5:52

1

How can I merge menu items of parent form and child form with same menu name?
Sower asked 18/8, 2010 at 10:35

2

Solved

Inside an MDI form is a client area that hosts the mdi child forms. How do I find out how big that area is? The best I can come up with so far is finding the total size of the parent's potential cl...
Weatherbound asked 2/3, 2009 at 20:7

1

Solved

Is there any way to tile all of the form children of an mdi parent easily? I'm looking for most of the functionality that windows offers, tile cascade. Anyone know of an easy way?
Festal asked 26/9, 2008 at 4:14
1

© 2022 - 2024 — McMap. All rights reserved.