Visual Basic.NET Programming. Beginner Lesson 5. Input with Windows Forms



Visual Basic.NET Programming. Beginner Lesson 5. Input with Windows Forms

Visual Basic.NET Programming. Beginner Lesson 5. Input with Windows Forms

This is the fifth in a series of computer science video tutorials for beginners, about programming with Visual Basic.NET (VB.NET) in Visual Studio. In this lesson, you will learn how to capture input from the user of your application by means of a Windows form. You will learn how to use the Textbox control to capture string data and assign it to variables. You will also learn how to use the ListBox control to capture data, and how to populate it programmatically when the form loads.

Comments are closed.