spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / programming / winforms / 1 To page 1To page 2To page 3current page
[previous]

Sr. Web Developer
Professional Technical Resources
US-OR-Portland

Justtechjobs.com Post A Job | Post A Resume
Developer News
Mandrake Linux Founder Back, Virtually
Amazon: We're a Technology Company
Sun Expands MySQL With Closed Source

How to Use Advanced Windows Forms

18.2.3 Creating an explorer interface

So let’s see a tree view in action. The following steps begin a new MyAlbumExplorer project for use in this and the next chapter, as well as show the creation of an explorer-style interface.

This creates our new solution, with the version number displayed in the title bar and a new icon that represents our application. As you may recall, the common image library mentioned in step 7 is our shorthand for the graphics files provided with Visual Studio.

To turn this into an explorer interface, we need to split the display area into two sections, with a tree on the left and information about the selected tree node on the right. To do this, we need a SplitContainer and TreeView control, which we add here so they are available in the next section.

When you add the split container, Visual Studio displays the text Panel1 and Panel2 on each SplitterPanel instance to make them easier to identify. Our application does not do very much yet, but it does work. The next section discusses how to populate this tree view with our album data.

Excerpted from "Windows Forms in Action" by Erik Brown. ISBN 1-932394-65-6, Copyright © 2006 Manning Publications Co. All rights reserved.

 

 

 

 

home / programming / winforms / 1 To page 1To page 2To page 3current page
[previous]

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

webref The latest from WebReference.com Browse >
Working with the DOM Stylesheets Collection · Administering RBAC in PHP 5 CMS Framework · xref: Automatic Cross Referencing Script
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Combine BottomCount() with Other MDX Functions to Add Sophistication · Creating a Daemon with Python · The Coming Voice-over-WiMAX Revolution

Created: March 27, 2003
Revised: May 1, 2006

URL: http://webreference.com/programming/winforms/1