Setting Properties for a Control
Posted On 16 May 2012 By a.p.r.pillai. Under Controls.
After adding a control to a form, the properties of the control can be modified. Control properties work in the same way as form properties: They can be used to ... Continue Reading
No Comments
Adding a Control to a Form and Setting its Properties
Posted On 06 May 2012 By a.p.r.pillai. Under Controls.
With the preceding brief overview of several different types of controls fresh in your mind, consider the procedure for placing a control on a form, and once positioned, changing the ... Continue Reading
No Comments
Adding Controls and Event Procedures to Form Modules
Posted On 27 Apr 2012 By a.p.r.pillai. Under Controls.
So far you have learned how to add controls to a form, but you have not yet done it. In this chapter, you add controls to form modules and attach ... Continue Reading
No Comments
Compiled Application from Standard EXE Project
Posted On 02 May 2011 By a.p.r.pillai. Under Manage Projects.
This final objective asks you create an executable file from a completed Visual Basic application. Two options are available: Under the Compile tab of the Project Properties dialog box, you ... Continue Reading
No Comments
Writing Visual Basic Instructions-2
Posted On 20 Apr 2011 By a.p.r.pillai. Under Writing Code.
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 ... Continue Reading
No Comments
Writing Visual Basic Instructions
Posted On 23 Feb 2011 By a.p.r.pillai. Under Writing Code.
The final type of window discussed here is the Code window. To open the Code window for a form, click the Project Explorer and click View Code, or choose View, ... Continue Reading
No Comments
Disabling the Minimize Button
Posted On 14 Jan 2011 By a.p.r.pillai. Under Manage Projects.
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 ... Continue Reading
No Comments
Opening the Properties Window and Changing Form Properties
Posted On 17 Dec 2010 By a.p.r.pillai. Under Manage Projects.
Besides a Project Explorer window, each form (or control) contains a Properties window. As stated in “Running a Visual Basic Program,” a property is a named attribute of an object. ... Continue Reading
No Comments
The concept of Focus
Posted On 04 Dec 2010 By a.p.r.pillai. Under Manage Projects.
The concept of focus is important in Visual Basic. The object that is selected (such as a form, control, or menu bar selection) is said to have focus. In order ... Continue Reading
No Comments







