PDA

Click to See Complete Forum and Search --> : How to Post an ACtIVE X CONTROl


prog_tom
Jul 3rd, 2001, 11:34 PM
Hi everybody, anyone has an Active X Page?
I made an OCX file with VB, And I want to store it into a webpage then put it on the web, the thing is that the Webpage won't load for some users... Why is that? works fine with me. I have put all .CAB file in the same directory as well...

MagellanTX
Oct 12th, 2001, 04:05 PM
I was wondering if you got this resolved? I have the same problem. The controls work for anyone who has the VB6 Runtime installed but not anyone else. I have also published all my .dlls but I still can't figure this out.

jim mcnamara
Oct 12th, 2001, 09:58 PM
You don't put the CAB files in the directory, you put the ActiveXExe
in the directory, and resgister it on the server machine.

CAB files are compressed, the server needs to run uncompressed code. IS there some routine you have that uncompresses then runs an ActiveX. Never heard of one....