Question:
What is a .ocx file?
anonymous
1970-01-01 00:00:00 UTC
What is a .ocx file?
Nine answers:
programmer
2006-04-27 12:16:28 UTC
An OCX is an Object Linking and Embedding (OLE) custom control, a special-purpose program that can be created for use by applications running on Microsoft's Windows systems. OCXs provide such functions as handling scroll bar movement and window resizing.



If you have a Windows system, you'll find a number of files in your Windows directory with the OCX file name suffix. Object Linking and Embedding was designed to support compound documents The Windows desktop is an example of a compound document and Microsoft used OLE to build it. OLE and the Component Object Model , a more general concept that succeeded OLE, support the development of "plug-and-play" programs that can be written in any language and used dynamically by any application in the system. These programs are known as components and the application in which they are run is known as a container. This component-based approach to application development reduces development time and improves the program capability and quality.
Lie Ryan
2006-04-27 12:16:20 UTC
as people have said it's ActiveX control file. It is a file that is used by a program, you don't usually have the need to mess with ocx file, unless you're programming a program with an ocx.



Have you ever wondered why you can open pdf (Adobe Reader) or avi (Windows Media Player) in a browser? And only after you have installed Adobe or Media Player? This is because the browser don't actually open the file itself, it is a good concept that you only have to call an ocx file, feed the ocx with an input file, then take back the output. This results to eliminating the need for the browser developer to actually program a browser that can open pdf or avi files and eliminate the need to reinvent the wheel. They only need to know that when they found a pdf or avi file, they have to pass it to specific ocx then display the results in their own browser windows.



This is not only used by browser, lots of other program use it too.
John C
2006-04-27 11:51:57 UTC
It is an ActiveX file. It is an abbreviation for "OLE Control".
anonymous
2006-04-27 10:58:00 UTC
These r the ActiveX to create an application
Naren
2006-04-27 10:57:11 UTC
An OCX is an Object Linking and Embedding (OLE) custom control, a special-purpose program that can be created for use by applications running on Microsoft's Windows systems. OCXs provide such functions as handling scroll bar movement and window resizing.



If you have a Windows system, you'll find a number of files in your Windows directory with the OCX file name suffix. Object Linking and Embedding was designed to support compound documents The Windows desktop is an example of a compound document and Microsoft used OLE to build it. OLE and the Component Object Model , a more general concept that succeeded OLE, support the development of "plug-and-play" programs that can be written in any language and used dynamically by any application in the system. These programs are known as components and the application in which they are run is known as a container. This component-based approach to application development reduces development time and improves the program capability and quality.



Windows application development programs such as PowerBuilder and Microsoft Access take advantage of OCXs. Microsoft now calls an OCX an ActiveX control, the component object under Microsoft's set of ActiveX technologies, of which the fundamental concept is the Component Object Model and, in a network, the Distributed Component Object Model (DCOM). An OCX or ActiveX control is actually implemented as a dynamic link library DLL module. (You can think of a DLL program as a "subprogram" that can be used by any number of application programs, each of which is a "container" for the DLL or OCX/ActiveX control "object.") Visual Basic and C++ are commonly used to write OCX or ActiveX controls.
Scorpion King
2006-04-27 10:56:59 UTC
An OCX file is an ActiveX control (microsoft technology) that is used to develop plug-ins. It is an executable file, but can be executed only by another program.
anonymous
2006-04-27 10:55:18 UTC
Activex control file. This includes objects to be used by VB or any other software tool.
richtech
2006-04-27 10:54:54 UTC
have a look at this page.



http://www.fileinfo.net/extension/ocx
simplyjacy
2006-04-27 03:56:54 UTC
File Type: ActiveX Control

Description: An object that can be placed within an ActiveX form; typically has an event attached to it

Open With: Windows: ActiveX development software


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...