Jump to content

Recommended Posts

Posted

I have a VB6 application that I wrote that contains an ActiveX control (SSTab). I am having a problem getting it to run in the WinPE environment. The application is complaining "Failed to load control 'SSTab' from TABCTL32.OCX". TABCTL32.OCX is in the system32 directory on my WinPE CD and is the one from the VB6sp6 installation package. Other VB6 applications seem to run fine. Any help or suggestions.


Posted
I have a VB6 application that I wrote that contains an ActiveX control (SSTab). I am having a problem getting it to run in the WinPE environment. The application is complaining "Failed to load control 'SSTab' from TABCTL32.OCX". TABCTL32.OCX is in the system32 directory on my WinPE CD and is the one from the VB6sp6 installation package. Other VB6 applications seem to run fine. Any help or suggestions.

Did you load the optional components?

Did you download and install teh VB6runtime components.

Did you register the necessary components?

Chris

Posted

The tabctl32.ocx is the only optional component.

The vb6runtime is installed.

I have also tried to register the components seperately, with the same results.

I guess my real question is, are VB6 programs with ActiveX controls supported in WinPE?

Posted

Yes they are.

I would use Dependancy Walker on your app. Maybe you are missing something else.

I install ALL the optional components. Take a bit longer to load, But I don't miss anything.

Chris

  • 2 weeks later...
Posted

I have had this problem, the only tab control i could get to work is the wells project...on freevbcode. You will have to register the vbruntimes in order for it to work.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...