LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Error on panel containing ActiveX after installation

Hello,
I've integrated the activeX ProgressBar and StatusBar from the mscomctl.ocx file in my UIR. But when I generate a distribution kit and try to install my application on a new PC, I've always the message that the RTE cannot load the panels which contain these activeX (error -143 : ActiveX control error) although the file mscomctl.ocx is on the target system and registered in it. I've tried to check the "Install ActiveX container support" in the distribution kit panel with the same effects. Thanks for help.
0 Kudos
Message 1 of 3
(3,177 Views)

Perhaps you have an older version of mscomctl.ocx on the target machine that does not contain these controls in it.  The file is located in the \windows\system32 directory.  I would check to see if it is version 6.1.95.45 or later.  (right click and select 'Properties' from the file). 

You can check out this page to download the newest version (It says for VB but you should be able to use it as long as you have an earlier version of the mscomctl.ocx on your machine)

http://www.microsoft.com/downloads/details.aspx?FamilyID=25437d98-51d0-41c1-bb14-64662f5f62fe&displa...

 

0 Kudos
Message 2 of 3
(3,169 Views)
Hello,
thanks for replying. Actually, I've solved my problem alone. I thought the same thing as you but it wasn't that. Then I've just removed and re-add the controls and now, it works. I don't understand why...
Thanks 
0 Kudos
Message 3 of 3
(3,154 Views)