Questions tagged [ocx]

An OCX is an an ActiveX Control derived from the OLE paradigm. It is based on the COM (Component Object Model) and DCOM (Distributed Component Object Model).

An ocx is an an ActiveX Control derived from the OLE (Object Linking and Embedding) paradigm. It is obviously based on the COM (Component Object Model) and DCOM (Distributed Component Object Model) specification.

These controls are not standalone applications, but modules usually available as DLLs that expose functionality through the property, method, and event interfaces.

382 questions
-2
votes
1 answer

VC++: How to capture the Events fired from an ActiveX (.ocx) inside ATL project

I am making an wrapper of a control, an interface of the ocx object. Had to create an ATL project and then add/load the ocx file. It has exposed properties, methods and events. I am able to control/used its properties and methods however I was stuck…
Joshua
  • 41
  • 3
-2
votes
1 answer

register MFC ocx in window 7 32bit error

register MFC ocx in window 7 32bit error, have any solution to fix problem? enter image description here
alvis ng
  • 1
  • 1
-2
votes
1 answer

How to register an ActiveX control?

If I don't even know its name... I dowloaded VC++ project and it crashes because of the dialog's ActiveX control. The error is: "The ActiveX control "09551E46-E250-11D2-9A56-0080C605ADA4" is not registered on this computer. Register the control and…
Nika_Rika
  • 613
  • 2
  • 6
  • 29
-2
votes
1 answer

Windows 7 64bit & Visual Basic 6.0 - MSCOMCT2.OCX not registered after successful registration

I successfully registered MSCOMCT2.OCX (regsvr32 MSCOMCT2.OCX) Then i successfully registered wmnetmgr.dll (regsvr32_wmnetmgr.dll) After that I tried to add component to Visual Basic 6 project but I've got error: Object library not…
-3
votes
1 answer

NSIS RegFree, Component ... not correctly registered ... Win10(x64) or Win7(x64)

I have had my NSIS script files working for a while 32 bit ... On a fresh (Not used for Development) Win7/Win10 (64), there are problems with the .OCX files. The programs and their support files are installed in C:\Program Files (x86)... or…
anderci
  • 31
  • 6
-3
votes
1 answer

Progress 4GL/Openedge Moving Integer using OCX

How to create a module with OCX that makes the FILL-IN (INT) move like a lottery. i tried searching the net on how to do it but no luck.
noob
  • 165
  • 3
  • 18
-5
votes
1 answer

Need to include .ocx and .tlb files in VB6 package

Suppose, I'm using many .ocx and .tlb files in my VB6 program that are not provided by Windows. Now, If I want to run my program in a PC where these files are not present, should I have to install and register both these types of file to be able to…
1 2 3
25
26