Top "Ocx" questions

An OCX is an an ActiveX Control derived from the OLE paradigm.

What is the difference between AxInterop and Interop?

I've added an .ocx to the toolbox in VS. Two .dll's were created: Interop.NNN.dll, AxInterop.NNN.dll. What …

.net com interop activex ocx
"Object library not registered" when try to open VB6 project

I am trying to open VB6 project and getting "Object library not registered" error. Machine is 64 bit. I tried below …

vb6 registration ocx regtlib
Flash ocx "Class not registered" on Windows 7 x64

I have a WPF app that uses Flash10c.ocx developed on a 32 bit machine. I didn't have to register …

wpf flash ocx
Use OCX without registering it

Is it possible to use an ocx (ActiveX Control) on a winform (probably adding it programatically) without first having the …

.net com ocx regfreecom
Need PDF viewer control - tried a lot

I'm looking for a component to view and print PDF files from Delphi/C++Builder. Delphi or ActiveX, not .NET. …

delphi pdf activex ocx
How can I see the interfaces of a ocx file?

I want to see the interfaces of an ".ocx" file. Like this: But for some .ocx, I can only see 5 …

windows visual-c++ com ocx
regsvr32 error: the module was loaded but the entry point was not found

People here use an old compiled VB program, the last version is 16 years old. It works on some machines but …

windows dll vb6 ocx regsvr32
How to use ActiveX(ocx) in java

I want to use the functions in an OCX , how to call it in JAVA? Please give me an example …

java ocx
Are .OCA files necessary for program execution?

In the system32 directory I saw an .OCX file with a corresponding .OCA file. I had thought .OCA files are …

vb6 activex ocx
Using an OCX control in a C# .NET console application

As the title points out, what I want to do is use an .OCX control (namely AxShockwaveFlashObject) in a C# …

c# .net console-application ocx