views:

6097

answers:

2

Did Microsoft port MSCOMCTL.OCX to 64-bit? I don't have it installed and I can't find it for download or find anything saying that it doesn't exist.

Thanks, Phil

A: 

This is a VB6 control. VB6 isn't really supported on 64-bit Windows, in fact Microsoft dropped all support for it back in 2005 but it may still work. Here's the download link. Some people have had some success getting it installed. It needs to go in the windows/syswow64 folder. Best of luck.

BTW, it is a 32-bit control so you won't be able to use it for an 64-bit application.

Update:

Oops, gave the wrong link. That was the vb6 runtime. Here's the common controls. You'll have to extract and register them manually. Use any cab file extractor.

codeelegance
A: 

OCX is COM bassed. But COM don't have 64-bit implementation.

Dmitri Kouminov