what are the Control Categories?



what are the Control Categories?..

Answer / 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

More Visual Basic Interview Questions

How do I mimic a toggle button?

0 Answers  


What is the use of Connection object?

2 Answers  


How would you add column headers in listview control?

0 Answers  


What is ActiveX Dll and ActiveX Exe?

0 Answers   TCS,


___ is the control used to call a windows application.

0 Answers  






What is Internet Explorer and its uses?

0 Answers  


What is ODBC Direct and Microsoft Jet Database Engine ?

0 Answers  


What are the scope of the class?

0 Answers  


What is ADO? What are its objects ?

1 Answers  


What are the types of line styles available in Treeview Control?

0 Answers  


What are the Internet tools available in VB6.0?

0 Answers   ABC,


Explain about an event-driven programming language?

0 Answers  


Categories