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.

373 questions
-1
votes
1 answer

MSCOMCTL.OCX Missing in Windows Server 2012

I am trying to deploy all my executables from Windows Server 2003 to 2012 R2. When i ran one of the exe's(VB6) it throws error: ERROR: 339 - Component 'MSCOMCTL.OCX' or one of its dependencies not correctly registered: a file is missing or…
Suman George
  • 55
  • 1
  • 8
-1
votes
1 answer

How to add ocx control which not supports wpf in wpf window?

I'm new to wpf! I want to add ocx control in wpf window. Is it possible? The control I'm using does not support wpf.
user6430857
-1
votes
1 answer

which type of component can be used in Visual C++

at this site www.codejock.com there are 2 suite, codejock suite pro and codejock toolkit pro; I want know if extreme suite pro can be used also in visual c++ project or only in visual basic 6 project; I know that there many type of component for…
n3o
  • 77
  • 1
  • 8
-1
votes
1 answer

Replacement for a 32-bit third-party library while porting to 64-bit

I am working on porting my 32-bit Control to 64-bit. The problem is that it uses ATM (Adobe Type Manager) library 32-bit version and I am not sure there is a 64-bit version of this library. What are my options? Any ideas about ATM source code?
A9S6
  • 6,125
  • 10
  • 48
  • 81
-1
votes
1 answer

teechart 4 ocx doesn't run on win7

We have a problem with an old application which use teechart.ocx version 4.02 OCX release 4.0.0.7. On my Win7 (64 bits) everything run without problem. But on the Win7 of my colleague (also 64 bits), the control does'nt appears. Of course we have…
-2
votes
2 answers

Problem in an application written in VB 6

I am working on an application that written in VB6, and I have an error while opening one of its pages:
dev stack
  • 11
  • 1
-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
  • 346
  • 1
  • 4
  • 17
-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
  • 11
  • 4
-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
  • 155
  • 2
  • 14
-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
24
25