Chapter 12. Advanced Windows Forms

Team-Fly    

 
Application Development Using Visual Basic and .NET
By Robert J. Oberg, Peter Thorsteinson, Dana L. Wyatt
Table of Contents
Part 5.  Advanced UI Programming Using VB.NET


Chapter 12. Advanced Windows Forms

The System.Windows.Forms namespace is a collection of classes that can be used to build sophisticated Windows applications. We've already seen that it contains a collection of control classes such as Textbox , ListBox , DateTimePicker , MainMenu , and ToolBar . This chapter focuses less on the controls and more on the interesting uses of the Windows Forms classes. We have already discussed how to use modal dialogs; in this chapter we discuss modeless dialogs. These dialogs can remain visible while the user interacts with other windows. We will also look at MDI applications. These applications allow us to display child forms within the context of a parent form. The parent form can manage the display of these child forms. We will also examine an interesting new feature of the .NET Windows Forms architecture: visual inheritance. Using visual inheritance, we can build new forms from existing ones. We conclude this chapter by discussing how ActiveX controls can be used within VB.NET applications.


Team-Fly    
Top
 


Application Development Using Visual BasicR and .NET
Application Development Using Visual BasicR and .NET
ISBN: N/A
EAN: N/A
Year: 2002
Pages: 190

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net