Technical Articles & Latest job openings

Technical Articles & Latest job openings

Link to Technical Contents

How to: Create New MDI Parent Forms

Posted: 08 Dec 2009 05:51 PM PST


You can use the MDI Parent template in Microsoft® Visual Studio® to create a new MDI parent form. This template generates a new form, including a menu and toolbar containing commonly required...

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

How to: Determine the Active MDI Child

Posted: 08 Dec 2009 05:52 PM PST


On occasion, you will want to provide a command that operates on the control that has focus on the currently active child form. For example, suppose you want to copy selected text from the child...

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

How to: Create MDI Parent Forms from Existing Forms

Posted: 08 Dec 2009 05:53 PM PST


Convert an existing form to an MDI parent form by using the IsMdiContainer property. To convert an existing form to an MDI parent form Open the existing form in Design view. In the Properties...

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

How to: Create MDI Child Forms

Posted: 08 Dec 2009 05:54 PM PST


Create child forms by specifying the MdiParent property of the child form. To create MDI child forms Design the form to contain the functionality that you require. Write code in the parent form to...

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

No comments: