Using Components That Support the Asynchronous Pattern Using Components That Support the Asynchronous Pattern

Using Components That Support the Asynchronous Pattern Using Components That Support the Asynchronous Pattern

Link to Technology Contents

Using Components That Support the Asynchronous Pattern

Posted: 14 Dec 2009 03:52 AM PST


Many components present an option for performing their work asynchronously. The SoundPlayer and PictureBox components, for example, allow you to load sounds and images "in the background" while...

[[ 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! ]]

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: 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 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! ]]

Windows Forms Layout Options

Posted: 07 Dec 2009 06:37 PM PST


Single-document interface (SDI) A Single-document interface (SDI) application allows you to open only one instance of a document at a time. If you close that instance, the application closes. If...

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

No comments: