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
How can Visual Basic be used for server-side scripting?
What can you do with visual basic?
Is it possible to Manipulate data through flexgrid? Explain.
What is ado in vb.net?
How would you navigate between one document to another document
What is the Windows API?
Can you tell me the properties of the controls?
How would you add elements and pictures to listitems in listview control?
How the image application?
What is ODBC Direct and Microsoft Jet Database Engine ?
Explain the working of templates?
How do I call a DLL?
How would you use ActiveX Dll and ActiveX Exe in your application?
What is Mask Edit and why it is used?
Is the Access Engine and Visual Basic Pro good enough for database work?