Embed presentation
Download to read offline




Visual Basic .NET is an object-oriented programming language used to create Windows applications with visual objects like buttons and text boxes. It is event-driven, meaning the program runs when the user interacts with objects like clicking buttons, which triggers events. The Visual Basic .NET development environment includes a design window to layout objects, a toolbox of common objects, and windows to set object properties and view code. Common objects include forms, labels, menus, and buttons, each with properties like text, font, and alignment to configure their appearance and behavior.



