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
Explain the usage of Web Browser Control?
When should we use recursive programming?
Write the Steps in Creating an ActiveX Control?
How do I implement an accelerator key for a text box?
__ no of controls in form.
Draw Sequence Modal of DAO and Explain?
Discuss the working with to-do lists.
Explain the "cursortype" and "Locktype" in VB?
what are the Types of DBCombo boxes?
What is FireHouse Cursors?
What is ODBC Direct and Microsoft Jet Database Engine ?
How can you force new objects to be created on new threads?
What is script control?
Binary Access-method isused to access file in which manner?
How many objects resides in ADO ?