mdi
How to check the "Z-position" of form in a MDI application?
I have created MDI application in Delphi. Lets assume that I have a bunch of MDIChild forms in my application which are visible on the screen. I would like to perf开发者_运维知识库orm a loop on those[详细]
2022-12-10 20:39 分类:问答Try to implement global keyboard shortcut in MDI parent/child form and other form by using ProcessCmdKey
I override ProcessCmdKey() in my MDI parent form class and have some keyboard shortcut calling method in same class. But I wish to make these hotkeys working in parent/child form and other form. The c[详细]
2022-12-10 19:30 分类:问答Prevent duplicate MDI children forms
Is there a way to prevent the opening of a certain form w开发者_如何学Pythonithin an MDI container if that said form is already opened?You can interate over the OpenForms collection to check if there[详细]
2022-12-08 11:53 分类:问答Programs as MDI Child windows
Is there a way to use a program as a MDI child window开发者_如何学Python. I am thinking of having one main MDI parent window which can have multipe child windows, some of which will be programs(.exe f[详细]
2022-12-08 03:51 分类:问答C# MDI Parent Gain Focus by clicking on MDI Parent background
I want to set focus to an MDI Parent Form when I click on the background of the form. However, the only way I can get it to set focus is when I resize the form.[详细]
2022-12-07 23:39 分类:问答