From Here

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
Chapter 12.  Advanced Controls


From Here…

This chapter has introduced you to more of the great variety of controls that are available to use in your applications. The following chapters contain more information about other controls that you may find useful:

  • Chapter 13, "Using Dialog Boxes," teaches you about techniques for displaying dialog boxes to ask the user for information, including the DialogBox controls that are built into Visual Basic .NET.

  • To learn more about controls that help enhance your applications' user interfaces, see Chapter 14, "Designing an Effective User Interface."

  • To learn about creating your own customized controls, see Chapter 16, "Creating Your Own Windows Controls."


    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