In the preceding procedure, you wrote several coded instructions, which introduced two different programming statements and a method: the Dim statement, an assignment statement, and the Print method. You also added a remark or comment to your code and used the Private keyword.
The Dim Statement
The Dim statement is used to declare variables...
Coding Event Procedure for Control
Setting Properties for a Control
Adding a Control to a Form and Setting its Properties
Adding Controls and Event Procedures to Form Modules
Compiled Application from Standard EXE Project
Writing Visual Basic Instructions-2
Exercise 2.6 Changing the Font Size Property
In this and the next two exercises, you change the properties of the form used in Exercise 2.5.
Choose File, Open Project, if necessary, and select View, Project Explorer, or click the Project Explorer icon to open the Project window. Click View Form.
Click the form to give it the focus,...