--%>

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 : Explain the java applets with a

      APPLET: an applet is an application designed to tra

  • Q : Explain Java Virtual Machine Java

    Java Virtual Machine (JVM): It is an idealized machine whose instruction set comprises of bytecodes. Java program is compiled to an equal bytecode form and performed on an interpreter that implements the JVM.

  • Q : Alice 2.2 bucking bronc How do i create

    How do i create the bucking bronco in alice 2.2

  • Q : ASP.NET Session handling How to set

    How to set Session time out in ASP.NET. I tries changing in config file but still facing issue. Please help..

  • Q : Define owns to the Kernel Object Define

    Define owns to the Kernel Object? Answer: Kernel objects are owned through the kernel, not through a process.

  • Q : What is an Anonymous array Anonymous

    Anonymous array: It is an array formed without an identifier. The anonymous array is generally formed as an actual argument, for example:// generate an anonymous array of integers.    YearlyRainfall y2k = new YearlyRai

  • Q : Define User Datagram Protocol User

    User Datagram Protocol: The User Datagram Protocol (abbreviated as UDP) is a set of rules which permit communication among two processes across a network. The protocol is unreliable, that means that information is not guaranteed to be

  • Q : What is Application programming

    Application programming interface (API): It is a set of definitions that you can make use of it in writing programs. In the perspective of Java, these are the classes, packages, and interfaces which can be utilized to build complex ap

  • Q : Virtual memory used in Windows

    Explain why the virtual memory is to be used in Windows architecture?

  • Q : Functions of states of the

    Mention the different states of the XMLHttpRequest an dalso describe their functions.