activex control

  • Thread starter Thread starter luke lowrey
  • Start date Start date
L

luke lowrey

I have an active x control on a webpage and have a
parameter which i pass from the HTML to the control. IE
asks if i want to allow interactivity between the
control, but then when i click yes, it doesnt show the
control. All activeX settings are enabled. Anyone have
any ideas?
 
Did you register your activeX?

How to register OCX's?
Double click on the .OCX file so you get a dialog to choose an app. to open
it with. Select the browse button and select the REGSVR32.EXE to create it
as a file type. Then all you need to have to do later to register another is
to double click it.

How to unregister an OCX file?
Use RegSvr (16-bit) or RegSvr32 (32-bit) to remove the .OCX from the
registry.
The correct syntax would be RegSvr32 /u <filename.ocx >.
 
Back
Top