Click to See Complete Forum and Search --> : VB ActiveX help Please


Shailaza
October 13th, 1999, 11:26 AM
I'm sure you've seen this one before. I want to use a vb ocx on my web page, but the problem is distributing it to my clients.

I point the codebase to the ocx but it doesn't work. It works fine with the developement machine because all the supported dll files are allready loaded, But when I tried to load inside the virgin machine it doesn't work..!

Please help me in this regard

Thanks
Shailaza

Shailaza

Sky1000
October 14th, 1999, 08:23 PM
The Control has to actually be installed and registered on the "virgin" machine. The best way to do this is to use the setup wizard for internet setup. I'm pretty sure it will mark your control's cab files as safe for scripting and download and setup on the target machine.

Sky1000