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

Types of LockEdits in DAO? 51 .Types of Recordsets.

0 Answers  


What is ODBC Direct and Microsoft Jet Database Engine ?

0 Answers  


What is the use of parameters collection?

2 Answers  


What is the difference between COM and DCOM?

9 Answers   7 Seas, American Infoserv, Microsoft, SRMSCET,


What is shortcut menu and explain "The ole control's shortcut menu".

0 Answers  






How would you activate animation control?

1 Answers  


What is Parser Bug?

0 Answers  


How can Visual Basic be used for server-side scripting?

0 Answers  


What is the difference between a Dynaset and Snapshot and how would you create one?

2 Answers  


What are the Internet tools available in VB 6.0?

0 Answers  


what is the difference between name property and caption property in visual basic?

10 Answers   HCL,


What areTypes of compatability in VB and their usage ?

4 Answers   MBT,


Categories