mdi
Merge toolstrip MDI child - parent
I found some informations on the internet but nothing helped me out. How can I merge a toolstrip in the parent mdi form?[详细]
2023-02-16 00:47 分类:问答Fullscreen Exclusive mode JDesktopPane
Is it a bad idea to make a full-screen mdi application? Has anyone else ever tried this? Currently working on redesigning an application that is used on touchscreen terminals. Space is critical and I[详细]
2023-02-14 03:31 分类:问答Child Form Size Set to the MDI Form's MDI Container's Size
I\'d like to know how I can have a child form load up with it\'s size covering the complete MDI Parent\'s MDI container space (the dark-gray thing)? Setting the child form\'s WindowState to Maximized[详细]
2023-02-13 11:11 分类:问答MFC MDI tabbed application - want to add non-document windows to the tab group
I have an MFC MDI application I\'ve developed in Visual Studio with a ta开发者_如何学运维bbed interface.I would like to open views in the tab group that are non-document views – i.e. they have no ass[详细]
2023-02-10 19:26 分类:问答MDI .NET Forms Enter Key Event Being Sent to Other Form
I am having a weird behaviour in a MDI form when the enter key is pressed in one of the forms when a Textbox is focused.[详细]
2023-02-08 07:31 分类:问答Is it possible to change size of minimized window in MDI C# Winforms
Users complain that when they have several minimized windows in MDI container it\'s impossible to distingui开发者_运维知识库sh them unless they resore each. I wonder if it\'s possible to make minimiz[详细]
2023-02-06 19:39 分类:问答MDI adding childform from different project?
I have 3 projects created by someone else. So.. 开发者_开发问答all three of them has form1. I want to create a new window form like MDI and place them as a child.[详细]
2023-02-04 03:41 分类:问答c# winForms open forms inside mainform
I have programmed c# application i will post screenshot. In this main form is 3 buttons which open开发者_StackOverflow中文版s different forms. Now i decided to modify this application I want to Make o[详细]
2023-02-01 21:05 分类:问答How can I initiate mouse events in MDI?
I have MDI application where childforms contains picturebox. I want to get pixel value in picturebox.image of activated (fImage开发者_开发知识库 activeChild = this.ActiveMdiChild as fImage;) childform[详细]
2023-02-01 20:19 分类:问答C# WinForms MDI problem
Hello guyes i have one problem i have 1 parent form and 3 children i just want to open them maxi开发者_如何学JAVAmized but when i do that in left side comes this 3 controls. How can i open one form wi[详细]
2023-02-01 19:27 分类:问答