Tuesday, February 28, 2006

How To Create Classes and Objects in Visual Basic .NET

In Visual Basic .NET, a class can contain fields, methods, and properties. This article demonstrates how to create a new class to represent a baseball team. In this article, you will define fields, methods, and properties for the class. You will then create an object of this class type and make use of its methods and properties.

http://support.microsoft.com/kb/307210/en-us

0 comments: