• 您的位置我爱Aspx >> VB.Net >> Chapter 3 Major VB.NET Changes(1)
  • Chapter 3 Major VB.NET Changes(1)

  • 作者:aspxer  来源:internet  日期:2007-5-20 14:01:35  关键字:.net
  • Chapter 3 Major VB.NET Changes(1)

    r VB.NET Changes

    VB.NET introduces major changes to the VB language. Some

    are modifications to existing ways of working, whereas others

    are brand new. This chapter will cover some of those

    changes, but this is by no means an exhaustive list of all

    changes from VB to VB.NET. First, you’ll see some of the

    features that have changed. Then you will see some of the

    new features.

    General Changes

    There are a number of general changes to be aware of when

    moving from VB to VB.NET. Among them are topics such as

    the removal of default properties, subs and functions requir-ing

    parentheses, ByVal being the default method for passing

    parameters, and changes to the logical operators. These

    changes, and others, are detailed in this section.

    Default Properties

    我对这篇文章有话说?
  • 广告位招租,广告代号:content_468_15
  • 上一篇:Chapter 3 Major VB.NET Changes(2)
    下一篇:Chapter 2 Your First VB.NET(2)