Who Should Read 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


We feel that this book has something to offer for all skill levels. If you have never used Visual Basic before, the initial chapters provide the necessary step-by-step instructions to get you used to the Visual Studio programming environment. Users of previous versions of Visual Basic (experienced or not) will appreciate extensive, detailed coverage of the new features available in VB .NET and explanations of the changes from previous versions. Readers who are new to computer programming in general should note that technical details are sprinkled with "words of wisdom" and real-world examples to help you understand new concepts. We make very few assumptions about our readers, other than the following:

  • Readers should already be familiar with the Microsoft Windows operating system. Although the examples in this book were developed using Windows 2000, any recent Windows operating system will do.

  • Readers should know how to start applications on the system, browse the Web, as well as copy and download files. In other words, they are "power users" of their computer.

  • Readers should have a general idea of some of the different categories of computer programs commonly available; that is, a word processing program or spreadsheet.

  • Finally, readers should have an open mind and be eager to learn!


    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