--%>

What do you mean by ActiveX control

What do you mean by ActiveX control? Describe in brief.

E

Expert

Verified

Activex control is a ready to use control. In our system there will be various inbuilt active x controls given by os, like: windows media player, calendar and so on. Such controls can be employed in any platform (c, c++, java, .NET). Therefore we can as well create the active x controls which can be employed anywhere in any application by using active x controls in vc++ is much easy refer to a model by browsing in Google.

   Related Questions in Programming Languages

  • Q : Define HyperText Markup Language

    HyperText Markup Language: The HyperText Markup Language (abbreviated as HTML) is a simple presentation language employed to markup the content of the Web pages. Its tags appear frequently in pairs to mark sections of text which must be represented in

  • Q : Define Class scope Class scope :

    Class scope: Private variables stated outside the methods in a class contain class scope. They are available from all methods within a class, in spite of the order in which they are stated. The private methods too contain class scope. Variables and me

  • Q : What is an Object construction Object

    Object construction: The creation of an object, generally through the new operator. Whenever an object is formed, a suitable constructor from its class is summoned.

  • Q : What do you mean by java Swing What do

    What do you mean by the term java Swing? Describe in brief.

  • Q : Property Specifications of Java

    Property Specifications: The most straightforward way to specify and check simple safety properties in JPF is to use Java assertions inside the application under analysis. This allows the specification of properties that only depend on the application

  • Q : Component which are used in 2nd layer

    What are the different types of component parts which are used in 2nd layer?

  • Q : What is Modal What is Modal : A dialog

    What is Modal: A dialog is a modal when its parent application is blocked from additional activity until the dialog has finished.

  • Q : How can I check while a web page

    How can I check while a web page contains exact text?

  • Q : Give some instances of XML DTDs or

    Give some instances of XML DTDs or schemas which you have worked with?

  • Q : Ffunction of DynamicPopulateExtender

    What is the function of DynamicPopulateExtender control?