Chapter 10. Understanding Windows Forms

function OpenWin(url, w, h) { if(!w) w = 400; if(!h) h = 300; window.open(url, "_new", "width=" + w + ",height=" + h + ",menubar=no,toobar=no,scrollbars=yes", true); } function Print() { window.focus(); if(window.print) { window.print(); window.setTimeout('window.close();',5000); } }
Team-Fly    

Special Edition Using Microsoft® Visual Basic® .NET
By Brian Siler, Jeff Spotts
Table of Contents
Part III:  Building Windows Applications


In this chapter

Changing the Look of Your Forms

Adding Menus to Your Forms

Working with Multiple Forms

From Here . . .

This is the first chapter in a section on developing applications for Windows, and so we'll be discussing all things related to the canvas of your programs the Windows form. In this chapter, we will discuss how to create different form styles, how to add menus to a form, and how to manage multiple forms within your Visual Basic code. After you are comfortable with forms, the next few chapters will explore the controls you can use on those forms.


    Team-Fly    
    Top
     



    Special Edition Using Visual Basic. NET
    Special Edition Using Visual Basic.NET
    ISBN: 078972572X
    EAN: 2147483647
    Year: 2001
    Pages: 198

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