mdi
How can a form send a message to its owner?
I have written an MDI based application, in which the child forms are of different types. I have now come across a situation where I need one child form to send a message to another child form, tellin[详细]
2022-12-17 17:37 分类:问答MDI Windows and passing accelerators between a parent and a child window issue
I have MDI application with the menu strip and one child window. The child window uses accelerators (& sign before enu item name)[详细]
2022-12-16 06:33 分类:问答mdi parent form_close event wouldn't trigger mid children form_close event?
I am working on a c# project that has a mdi parent form hosting multiple mdi children form. In one of the children forms, I opened a socket and listening on the socket using tcpListner. I stop the tcp[详细]
2022-12-15 08:12 分类:问答How would i make another application's child window into a tab? (C#)
For instance, I have an application that has a main window and then child windows inside of it. http://screenshots.rd.to/sn/e3hek/sapienfullwindow.png[详细]
2022-12-15 04:33 分类:问答C# ToolTip on MDI Client
I\'m maintaining an application that shows a toolTip in certain conditions on a userControl. (When the mouse is over some area a timer starts, when it stops, and the mouse is still there, the toolTip[详细]
2022-12-14 19:08 分类:问答Encapsulate other Apps in .Net MDI
Is it possible to encapsulate other windows apps in a .Net MDI form? The source code is not开发者_如何学Go available for these apps... there\'s a set of programs we use that would be nice to have all[详细]
2022-12-13 17:53 分类:问答How to show a * (asterisk) in Application Title when document has changed and is not saved
I have a MDI Application with one MDI child. When a user changes a Textbox on the MDI child, the MDI child (= document) is changed and is not saved. I want this to be visible in the Titlebar of the A[详细]
2022-12-12 12:10 分类:问答Should I subtract 1 from the upper bound of my "for" loops?
I\'m having a bit of trouble figuring out what\'s going wrong with this function. I\'m not sure if I should be using -1 or not anymore, and no matter how I try to arrange the code it seems to return n[详细]
2022-12-11 19:51 分类:问答How to uses a ToolStripContainer whith Dock=Fill on a MDI parent?
How to uses a ToolStripContainer whith Dock=Fill on a MDI parent???... When I drop a ToolStripContainer on a MDI parent and assing fill to a property Dock it hideall t开发者_如何学JAVAhe MDI children.[详细]
2022-12-11 10:55 分类:问答Switching from MDI to SDI and Back Again
This sounds like it would be a simple task, but I\'m running into some issues. I have some fairly straightforward code for my C# application:[详细]
2022-12-11 09:10 分类:问答