Skip to Main Content
VB.Net Web Developer's Guide
book

VB.Net Web Developer's Guide

by Syngress
September 2001
Intermediate to advanced content levelIntermediate to advanced
608 pages
23h 46m
English
Syngress
Content preview from VB.Net Web Developer's Guide
702 Chapter 14 • Upgrading Visual Basic Applications to .NET
The changes that the Upgrade Wizard makes to the existing code are quite
noteworthy:
1. The Upgrade Wizard creates a new interface called _ICalc.This name is
the name of the Visual Basic 6.0 class that holds the interface definitions.
2. The interface definitions are coded within the Interface…End Interface.
The End Functions are also removed so that definitions contain only the
function names without any implementation code.
3. The integer data type is changed to short.
4. The Upgrade Wizard then creates a new class called ICalc that derives
from _ICalc.This wrapper class contains interface member ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

VB.NET Core Classes in a Nutshell

VB.NET Core Classes in a Nutshell

Budi Kurniawan, Ted Neward

Publisher Resources

ISBN: 9781928994480