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 5.  Visual Basic Building Blocks


This chapter was called "Visual Basic Building Blocks" because it covers a wide variety of topics you need to know about to become an effective VB developer. As you learn more about the Visual Basic language, you may want to learn more about these topics in the following chapters:

  • To learn more about the Visual Basic language itself and organizing your code using procedures, read Chapter 8.

  • For additional information about objects and object-oriented programming, see Chapter 9.

  • To find out how more about the events associated with forms and controls, see Chapter 10, "Understanding Windows 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