|
|
Resource Guide -> Microsoft, .NET Tutorials, Visual Basic -> Introduction to VB.NET Windows Forms
Introduction to VB.NET Windows Forms
Date: Sep. 4, 2001 Creating a Windows form is a changed operation in Visual Basic .NET (VB.NET), which is now a completely Object-Oriented Programming (OOP) language. The article begins with an introduction to the OOP concept of inheritance to bring developers with no OOP foundation up to speed. To demonstrate the power of and labor saved by inheritance, it then details the process of building a form by creating a new class that inherits from the System.WinForms.Form class. |
|
|
|
|
|
|