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
I have MDI application with the menu strip and one child window. The child window uses accelerators (& sign before enu item name)
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
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
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
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
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
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
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.
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: