Sorry,

I posted this here because this code will be included on
an asp page. I will try a different forum.

>-----Original Message-----
>You'll probably have better luck if you post this in an
IE newsgroup, as it
>has nothing to do with asp.
>
>"Jason Smith" <jfreets2@yahoo.com> wrote in message
>news:02a901c35084$030b6750$a401280a@phx.gbl...
>> I am new to activex controls and I was wondering if I am
>> doing something wrong with this procedure:
>> I open VB6 with a new activex control. I add a command
>> button. I compile the ocx. I look in the registry for
>> the CLASS ID and then I put the following in my web
page:
>> <HTML>
>> <BODY>
>> <CENTER>A simple ActiveX control.</CENTER>
>> <BR>
>> <CENTER>
>> <object id="cmdprint" width=100 height=23
>> classid="CLSID:39DF8B6C-0CF5-4531-BDBB-ED961810F43D"
>> CODEBASE="MyOCXFileName.OCX">>
>> <param name="_ExtentX"
>> value="2328">
>> <param name="_ExtentY"
>> value="582">
>>
>> </object>
>>
>> </CENTER>
>> </BODY>
>> </HTML>
>>
>> I then check to make sure all of my activex security
>> settings are set to enabled. When I load the page
nothing
>> shows up in the page except for a missing image icon.
Am
>> I missing a step here? Any help would be greatly
>> appreciated. I have found many examples online that use
>> these exact steps that seem to work fine? For example:
>> [url]http://www.4guysfromrolla.com/webtech/091698-1.shtml[/url]
>>
>>
>
>
>.
>