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 can you Navigate from the DHTML application to another DHTML application? .

0 Answers  


plzzzzzzz mail me some questions that r important to revise before an interviev wat r the possible question that mnc ask MY EMAIL ID shanty_pathak@yahoo.com

3 Answers   Wipro,


What is ado data control in vb6 0?

0 Answers  


How do I tell when an application executed using the SHELL command is finished?

0 Answers  


What do you mean by HTTP?

1 Answers  






what is the Code for DSN Less Connection?

1 Answers  


Using which type we can access file line by line?

2 Answers  


How would you run your ActiveX Document Dll?

0 Answers  


Where will we give the option explicit keyword and for what?

1 Answers  


Types of cursors in RDO.

0 Answers  


Explain OLE Drag and Drop?

0 Answers  


How would you attach pictures in column headers of List View Control?

0 Answers   RRB,


Categories