How to read the parent form datagrid into child form. In the Parent Form Datagrid and 开发者_StackOverflow社区read into Child form.
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
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
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
In my mdi application i have four mdichild forms, one of them is used as a background and holding some controls..
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
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
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
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
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.