Trouble embedding ActiveX object in HTML using object tag



Hi,

I am trying to embed an ActiveX control that handles barcode scanner
input in a HTML page. It works fine on the computer that I developed
the control on since VB automatically registers ActiveX controls when
it builds them. However, when I try to open the page on another
computer, instead of the control, I get a standard IE placeholder.
Here is the code that I am using:

<object
name="barcodeTest"
classid="clsid:C9575896-B228-4B1C-A854-6B0DA7F9BFD9"
codebase="http://ilhodsvr02b6/development/phh5cjl/apps/inventory/activex/barcodegetter.cab";
standby="Loading..."
type="application/x-oleobject"
width="350"
height="25">
<param name="value" value="param" />
</object>

The path in the codebase is correct because I tried copying and pasting
it into a browser and it tried to download it. I am assuming that the
CLSID is correct because the control displays properly on my
development machine. I tried setting the codebase to point to the OCX
and also appending a #version=1,0,0,0 to both the CAB and OCX paths
(the file is version 1.0.0.0), but this caused no change.

Does anyone know what is going on? This is really bugging me since it
looks like everything is correct and inline with many examples that I
have found on the web.

You help is much appreciated

Chris Lieb

.



Relevant Pages

  • Re: ActiveX Event Handlers
    ... I have the instance variable of the ActiveX control. ... Smalltalk event handler I created. ...
    (comp.lang.smalltalk.dolphin)
  • Re: using ActiveX control in asp.net with c# in web page
    ... Is it possible to use user control genereted in windows program in C#..... ... Main thing is that I donot know much about activex control and it ... plz sir give me some link and some example where i can understand the ... witing equation and it converts the equation in MATHML. ...
    (microsoft.public.office.developer.web.components)
  • Re: HTML -> Smart client (communications)
    ... ActiveX control, and the ActiveX control ... LagLoader.NET will run the smart client code. ... install the ActiveX control. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: "An invalid server name was specified"
    ... Client Control ActiveX control is enabled in the IE. ... If you are using Windows Internet Explorer 7, ... Disable Add-ons. ... Client Control ActiveX control or for the Microsoft RDP client Control ...
    (microsoft.public.windows.server.sbs)
  • Re: using ActiveX control in asp.net with c# in web page
    ... you can create a user control and host it in a browser. ... I mean If Idevelop some ActiveX control in C# or VB then is it possible ... plz sir give me some link and some example where i can understand the ... witing equation and it converts the equation in MATHML. ...
    (microsoft.public.office.developer.web.components)