Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Event system source code


Jimmy93
 Share

Recommended Posts

Getting this error when trying to open it in vb6

```

Line 2967: Class MSComctlLib.TabStrip of control tabCommands was not a loaded control class.

Line 3047: Class MSComctlLib.TabStrip of control tabPages was not a loaded control class.

```

I tried adding MSCOMCTL.OCX to both folder and system32\. none solved it.
Link to comment
Share on other sites

> Getting this error when trying to open it in vb6
>
> ```
>
> Line 2967: Class MSComctlLib.TabStrip of control tabCommands was not a loaded control class.
>
> Line 3047: Class MSComctlLib.TabStrip of control tabPages was not a loaded control class.
>
> ```
>
> I tried adding MSCOMCTL.OCX to both folder and system32\. none solved it.

Did you actually register the ocx or just place it in the folder?
Link to comment
Share on other sites

Refer here:

[http://social.techne…a4-cf314a4f6b11](http://social.technet.microsoft.com/Forums/en/itprovistahardware/thread/fceea083-6395-4f62-9aa4-cf314a4f6b11)

The thread is about registering winsock, but it's the same concept.
Link to comment
Share on other sites

> Did you actually register the ocx or just place it in the folder?

This error has to do with VB6 SP6, not with .DLL registration.

> Getting this error when trying to open it in vb6
>
> ```
>
> Line 2967: Class MSComctlLib.TabStrip of control tabCommands was not a loaded control class.
>
> Line 3047: Class MSComctlLib.TabStrip of control tabPages was not a loaded control class.
>
> ```
>
> I tried adding MSCOMCTL.OCX to both folder and system32\. none solved it.

Download VB6 SP6, run it as an administrator with compatibility for XP SP3\. Then, redownload Eclipse's source code.
Link to comment
Share on other sites

> This error has to do with VB6 SP6, not with .DLL registration.
>
> Download VB6 SP6, run it as an administrator with compatibility for XP SP3\. Then, redownload Eclipse's source code.

Actually, he is missing the dependency. So if he registers the .DLL correctly, he will no longer be missing the dependency.
Link to comment
Share on other sites

> This error has to do with VB6 SP6, not with .DLL registration.
>
> Download VB6 SP6, run it as an administrator with compatibility for XP SP3\. Then, redownload Eclipse's source code.

Tnx, i'll try this now

edit,

Didnt solve it.

> Actually, he is missing the dependency. So if he registers the .DLL correctly, he will no longer be missing the dependency.

What .DLL i need to register?
Link to comment
Share on other sites

> Do note that you need to re-download a fresh copy of the source after you install anything to do with the runtimes, because your copy you opened is already messed up now.

oh i see. will try it now ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png) tnx

Edit.

Didnt solve it either.
Link to comment
Share on other sites

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
 Share

×
×
  • Create New...