mdichild
How to read the parent form datagrid into child form
How to read the parent form datagrid into child form. In the Parent Form Datagrid and 开发者_StackOverflow社区read into Child form.[详细]
2023-04-12 20:21 分类:问答c# MDI Parent check child forms opened
I\'m making a MDI windows forms app and I have a panel inside the parent. Everytime I open one child I set the parent\'s panel visible=false with 开发者_StackOverflowthe event: MdiChildActivate. But w[详细]
2023-04-11 20:15 分类:问答main form resizing not showing the image buttons in child form
I am working on a .NET C# application that has a main Form which is MDI container. When the user resizes the main for开发者_Python百科m, scroll bars appear and the imagebuttons are covered by the scro[详细]
2023-04-10 07:25 分类:问答how to change the location of a minimized mdichild form?
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[详细]
2023-04-10 06:30 分类:问答how to prevent a certain mdichild form from getting focus/activation when switching between other mdichild forms using Ctrl+Tab? C#
In my mdi application i have four mdichild forms, one of them is used as a background and holding some controls..[详细]
2023-04-08 20:27 分类:问答How to avoid Multiple Child forms shown in MDIParent C# Win Forms
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 BUT[详细]
2023-03-19 19:33 分类:问答How can I make MdiChild forms be in tabs in C#?
I have a MDIparent Forma and which has some mdichild forms in it. Can you help me some how put the mdichilds in Tabs like google chrome , firefox , IE , Op开发者_JS百科era ...There\'s a good article o[详细]
2023-03-10 13:57 分类:问答MDI application with JAVA
I wan开发者_运维知识库t to develop MDI application with java to be run on desktop that download jar files (small applications) and each jar is opened in separated panel in the main MDI applications[详细]
2023-03-08 18:27 分类:问答Winforms MDI and TreeView
I am currently working on a winforms application. In one of requirements I need to make sure that I can add a node to a treeView which is contained in a child form , when i click on a tabstrip button[详细]
2023-03-06 14:13 分类:问答C# call MDI child from child form
I have these forms: MainScreen - MDI container DataBaseOutput - child NewAnime - child DataBaseOutput has a tab control that holds datagrids, each for different tables. I use an access database.[详细]
2023-02-20 07:19 分类:问答