Appendix B. Tips on Conversion from VB6

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


In this appendix

Why the Visual Basic Language Has Changed

Changes to the Language

Changes to Controls

Converting an Existing VB6 Project to Visual Basic .NET

If you have used Visual Basic 6.0 (or any previous versions of Visual Basic), you have probably already discovered that Visual Basic .NET represents a complete and total overhaul of the Visual Basic development environment that you have grown to love. You may be concerned that the VB development skills you have spent years honing will no longer be of benefit to you. As you get your feet wet with Visual Basic .NET, however, you will discover that although the underlying infrastructure has indeed changed dramatically, the fundamental concept of Rapid Application Development (RAD) using Visual Basic is essentially the same. You will quickly learn that your existing VB skills will help you ramp up in the Visual Basic .NET development environment very quickly.

In this appendix, we will discuss changes that have occurred to the development environment as well as to the Visual Basic language itself. In addition, we will show you how to import your VB6 projects into Visual Basic .NET and present you with several miscellaneous tips about other things that have changed from the VB you grew up with.


    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