English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-05-26 02:17:40 · 2 answers · asked by shameera s 1 in Computers & Internet Programming & Design

2 answers

Controls are objects which may be placed on a form, they include:
Listboxes
Textboxes
Labels
Command Buttons
Option Buttons

ect...

2007-05-26 04:04:29 · answer #1 · answered by MarkG 7 · 1 0

A control does not mean that you can use the control in one of your projects. Registration only assures you that the control can by used by an application at run-time. Whether or not a control can be used at design-time (within the IDE) depends on the control.
There are many free controls which can be used freely at design-time. However, commercial controls require that you install them using a password before you can use them within your project at design time. If you simply copy an OCX to your system and register it with REGSVR32, don't be surprised if you get an error message when you try to put the OCX on a form!


Intrinsic Control List
The following list shows the 20 intrinsic controls that come with all version of VB.

checkbox frame
OLE Container
combobox
horizontal scrollbar optionbutton
commandbutton
vertical scrollbar
picturebox
data control
image control
shape control
dirlist
label
textbox
drivelist
line
timer
frame
listbox

2007-05-26 12:11:10 · answer #2 · answered by sathiyendran a 3 · 0 0

fedest.com, questions and answers