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

what is the Difference between Recordset and Querydef?

0 Answers  


How do you change the icon and otherwise manipulate the DOS box?

0 Answers  


how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language

0 Answers  


How do I mimic a toggle button?

0 Answers  


What are the tools in visual basic?

0 Answers  


what are the Default cursor Type and LockEdit type in DAO?

0 Answers  


Give brief description about class?

0 Answers  


Explain the working of templates?

0 Answers  


Explain the usage of Web Browser Control?

0 Answers  


How many MDI(multiple document interface) forms can include in one project(especially in visual basic)?

6 Answers   Satyam, VSS,


How would you navigate between one document to another document in Internet Explorer ?

0 Answers  


How would you create properties in ActiveX Control?

0 Answers  


Categories