Home » Ask & Discuss » Other Courses » Computer Applications « Back to Discussion
Computer Applications
Comments (2)

For each control:
Use the Properties window at the right.
Select the control from the drop-down menu at the top of the Properties window. Or, click on the control in the form layout window.
A table showing all the control properties appears, with property names in the left column and property values in the right.
The first property is Name. Type in a meaningful name, using the naming conventions:
frm...for forms,cmd...for command buttons,lbl...for labels,tmr...for timers etc.
Set the other properties. For command buttons, set alignment, caption and font. For labels, set alignment, caption, font, and (often) background color. For timers, set interval. And so on.










