Home » VB.NET Basics
3
Forms
Working with Visual Basic Forms
In this chapter, you will learn how to deal with basic objects. You will learn:
With these simple tools, you will be able to interact with your users and users will be able to interact with your program.
- how to manipulate user forms, labels, textboxes, and command button.
- how to use the toolbox and the properties box
With these simple tools, you will be able to interact with your users and users will be able to interact with your program.
In This Chapter:
- User Form and Toolbox
- Introduction to VB .NET user form and toolbox
- Labels, Textbox, Properties
- Introduction to Labels, Textbox, Properties and Command Buttons