
Can't load ActiveX control in web browser
The client machine will also need all the required files for the OCX.
MSVBM60.DLL (and all its dependencies) and any other controls you used.
--
-Clint LaFever
http://lafever.iscool.net
Home of the Visual Basic Code Depot Add-In
VOTE for my wife in the Lycos Model Search 2000
http://clubs.lycos.com/live/Directory/PhotoAlbum.asp?CG=llfae5c88va13...
mohh08&AID=61792&query=fitdiva
Quote:
> Hello,
> I have created an ActiveX control using VB 6.0 that I wish to run in
> Internet Explorer. I have uploaded it to the webserver and it works fine
> from my development machine. However, when I use someone elses machine,
> it gives the warning about unsigned activex controls where I say yes to
> whether or not I want it installed. Then it looks as though it is
> loading something but then says "Done" and there is only a small square
> in the upper left hand corner of the window.
> The html code I am using to display the ocx is:
> <HTML>
> <HEAD>
> <TITLE>Desktop Assistant</TITLE>
> </HEAD>
> <OBJECT classid="clsid:2E20E63F-FDD0-496A-BC60-7FBDB7BDA758"
> CODEBASE="MYOCX.ocx"></OBJECT>
> </HTML>
> I found the classid by looking in the development machine's registry.
> Any help would be greatly appreciated.
> Thanks,
> Kevin.