October 2001
Intermediate to advanced
376 pages
7h 3m
English
You should be aware of quite a few syntactical changes
to the Visual Basic programming language before you start any project in this language.
This section looks at most of the changes in Visual Basic .NET.
Let’s start out with
the keyword Set. In short, it is gone. The standard object instantiation in Visual Basic
is shown here:
Set objMyObj = objSomeOtherObj
In Visual Basic .NET, this code has been shortened ...
Read now
Unlock full access