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
What is Seek Method which type of record set is available this?
Which type of object requires this object?
___ property is used to change to ___ value to access a identity column'in datacontrols.
Types of LockEdits in DAO?
What is meant by Establish Connection in RDO?
Explain about an event-driven programming language?
What are some methods you can use to send data from one VB executable to another one?
____ property is used to lock a textbox to enter a datas.
Types of LockEdits in DAO? 51 .Types of Recordsets.
Explain about manipulating the recordset object
What is the use of NEW Keyword? Explain.
What is constructors and distructors.
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
What is "Reserved Error -1209"?
State about the different types of visual basic data?