Answer Posted / guest
a)Intrinsic controls:
**********************
such as the command button and frame controls.
These controls are contained inside the Visual Basic .exe
file. Intrinsic controls are always included in the toolbox
b)ActiveX controls:
**********************
which exist as separate files with a .ocx file name
extension. These include controls that are available in all
editions of Visual Basic (DataCombo, DataList controls, and
so on) and those that are available only in the
Professional and Enterprise editions (such as Listview,
Toolbar, Animation, and Tabbed Dialog). Many third-party
ActiveX controls are also available.
c)Insertable Objects:
**********************
such as a Microsoft Excel Worksheet object containing a
list of all your company's employees, or a Microsoft
Project Calendar object containing the scheduling
information for a project. Since these can be added to the
toolbox,they can be considered controls.Some of these
objects also support Automation (formerly called OLE
Automation),which allows you to program another
application's objects from within a Visual Basic
application.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
In which areas the Error occurs?
How should dates be implemented so they work with other language and country formats?
Explain Default cursor Type and LockEdits type in RDO?
Data Control missing from toolbox when I use VB under NT3.5. Why?
what is the Difference between Recordset and Querydef?
how a multiple routing works ?
which property is used to change to some value to access a identity column in datacontrols?
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
What are some methods you can use to send data from one VB executable to another one?
Explain about declaring variables in Visual basic?
Through which protocol OLEDB components are interfaced?
What is DBSqlPassThrough?
What is data binding in vb net?
what is the Difference between Tabletype and Snapshot?
How would you create Visual basic Document file?