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

Event system problem


tic tac3
 Share

Recommended Posts

[SOLVED, THANKS TO JC AND GROWLITH <3]

Whenever i open up the map editor, check the event editor and click on a tile to open the event editor this error pops up.

I am using 64-bit Windows 7 and i've had infinite with vb6

Anyone willing to lend a hand here and explain what i'm missing here? Would make my day :)

![](http://i.snag.gy/YHG2x.jpg)
Link to comment
Share on other sites

You posted the same support question in the ETFF thread only ten minutes prior. Please never do that. Stick to one thread. I think a separate thread here is the better option, but double posting across threads is a major pet peeve.

> Are you sure you had installed every runtime file prior to loading the source code?

Unless I'm missing something, TabStrips are inherent in VB6.0 and shouldn't require any runtimes.

Double check the name of your element.

![](http://s4.postimg.org/77g4j2vp9/Untitled.jpg)
Link to comment
Share on other sites

If you've got a full version, then the tabstrips not working is a component issue. Within VB press CTRL+T to bring up the components menu and add Microsoft Windows Common Controls to your project. This should fix your problem.

If you get an error regarding comctl32.osx, search the web for how to manually register it on your operating system, then try again to add it into your project.
Link to comment
Share on other sites

> If you've got a full version, then the tabstrips not working is a component issue. Within VB press CTRL+T to bring up the components menu and add Microsoft Windows Common Controls to your project. This should fix your problem.
>
>  
>
> If you get an error regarding comctl32.osx, search the web for how to manually register it on your operating system, then try again to add it into your project.

I already manually registered comctl32.ocx

Added Common controls and it didn't fix the issue.

:/
Link to comment
Share on other sites

> It won't magically fix it as they're likely already changed into pictureboxes or something similar. Maybe redownloading a fresh copy of the source will help.

I'll try it, here's my join.me if you'd like to help me further: [https://join.me/683-479-981](https://join.me/683-479-981)
Link to comment
Share on other sites

This issue has been resolved. For whatever reason it appears that IE 10 causes issues with the referencing of MSCOMCTL32 in vb6\. A simple uninstall of IE 10 and restart of the computer led him to be able to compile his source(s).

Thanks

JC
Link to comment
Share on other sites

> This issue has been resolved. For whatever reason it appears that IE 10 causes issues with the referencing of MSCOMCTL32 in vb6\. A simple uninstall of IE 10 and restart of the computer led him to be able to compile his source(s).
>
>  
>
> Thanks
>
> JC

Thanks JC and Growlith for helping me out with this :-)

luv u
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...