Hi!

I've got a very nasty problem. I have several VB projects which contain activeX objects I developed. Everything worked fine until I started to share the sources between several computers. Starting a VB project on another machine I get a message, that my ActiveX classes couldn't be loaded. Thus, I compiled the ActiveX on that computer and I could create a new project using this ActiveX. But, loading my old projects I still get the same error message and the ActiveX is displayed as a picture box :-(

Of course, I could delete the ActiveX object in my VB project, and create it again. But, the project files would change - moving to another computer I'd start with the same problem again.

Do you know a way to solve my problem and avoid changing the .vbp files?