Source Code and Programs Used in This Book

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
Introduction


All the source code from the listings and programs included in this book is available via download from the Que Macmillan Computer Publishing Web site. You can download the listings code to save typing time and errors as you follow examples in the book. You also can obtain all the programs built in the book and additional sample programs we've included.

To access this material, follow these steps:

  1. Point your browser to the following URL:

    www.quepublishing.com

  2. Enter the book's ISBN as directed:

    0-7897-2572-X

  3. Follow the instructions to access and download the specific code or program you are looking for.


    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