mdichild 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

5

Solved

I was working on an inventory software and suddenly came to know that I need some main form through which I should open all the other forms, so I created one named frmMainPanel and use a menu strip...
Headmaster asked 24/3, 2014 at 19:50

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

5

Solved

I'm working on a legacy WinForms MDI application and have some trouble making the child forms behave as I want. My objective is to have the child form always maximized (docked). The problem is, t...
Oysterman asked 6/1, 2012 at 22:5

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

1

I'd like to customize the titlebar of a QMdiSubWindow. For that I use a qss. QMdiSubWindow { border: 1px solid #000000; background: #000000 } QMdiSubWindow:title { background: #000000 } The prob...
Hydrotropism asked 9/1, 2011 at 13:36

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

4

Solved

I am trying to close a formular when opening a new one. When closing an formular, I want to process some special logic in the closing event. But the closing event is never called, neither in the F...
Abecedary asked 9/1, 2012 at 16:58

2

I developed a mdi application that has in its main form several child windows that are created at runtime. The child windows are custom forms. I want to display those custom forms in another form f...
Calcariferous asked 21/3, 2011 at 7:28

1

Solved

We have a custom canvas which has specialized nodes that behave a lot like a standard MDI application's windows. The desired behavior is that if any of the child controls of the "window" have the f...
Deas asked 10/2, 2011 at 5:31

2

Solved

So, I'm not completely sure this is the best idea ever but I do find myself trying to switch tabs in VS 2010 using [CTRL] + [1, etc] to switch windows (tabs). Is it possible to configure VS to beha...
Ranchman asked 7/11, 2010 at 8:45

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

How do I control the placement of an MDI child window (FormStyle := fsMDIChild) in Delphi or C++Builder? I know that I can set Left, Top, Position, and so on, but for an MDI child in particular, th...
Suber asked 17/8, 2010 at 21:32

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

© 2022 - 2024 — McMap. All rights reserved.