run time error loading active X Controls

mbamrick

New Member
new PCs that the firm is installing will not load the MS 6.0 TAB Strip Active X Control - The OS's are the same -

Do you know how I can get these Loaded or installed.
 
What's the error you are getting?? Without knowing the nature of the run time error:

The tab strip is part of mscomctl.ocx. You may want to see if this file is available in your windows installation and if so, whether it is registered (just register it again with regsvr32, there should be a copy in the bin directory of your progress installation).

It can also be that previously (on your development machine) the ocx was located (and registered) in a different folder. If so, copy the ocx and register it there.

The problem can also be that you're trying to use the control in the AppBuilder and get an error there. If that is the case you probably don't have a "development license" for the control.

And I am sure there are more possible problems (and solutions), so these were just a couple of stabs in the dark. Again, it would help if you describe the problem in more detail and especially what the run time error is you are getting.

Paul
 
Back
Top