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 7.  Controlling the Flow of Your Program


In this chapter, we have introduced you to the basics of loops and decision control statements. To learn more about what you can accomplish using the Visual Basic language, please see the following chapters:

  • To learn how to create your own custom functions, read Chapter 8, "Managing Program Tasks with Procedures."

  • For information on object-oriented programming techniques, see Chapter 9, "Creating Code Components."

  • To learn how to interact with a database using Visual Basic code, read Chapter 22, "Using ADO.NET (ADO)."


    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