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,...
Writing Visual Basic Instructions
Disabling the Minimize Button
With the first two border styles, the Minimize button appears unless it is disabled by the Minbutton property to change the setting to False. (With this property, there are only two choices: True and False.)
Disabling the Maximize Button
With the first two borderstyles, the Maximize button appears, unless it is disabled. To disable...