Windows Component not displaying in IE

Oct 9 2007 2:51 AM
Can anyone give me solution?

Actually i have created an ActiveX like windows component using the following URL:

http://www.c-sharpcorner.com/UploadFile/dsandor/ActiveXInNet11102005040748AM/ActiveXInNet.aspx

After that i attached the component in a HTML page using the following code:

<font face="arial" size="1">
     
    <OBJECT id="myControl1" name="myControl1" classid="http:ActiveXComp.dll#ActiveXComp.myControl" width=288 height=72>
      </OBJECT>  
   <input id="Button1" type="button" value="button" onclick="return Button1_onclick()" />
</font>

While running the application in the stand alone system, it is displaying the component  (control) in IE 6.0
But when i deploy the application in server and trying to run the application in client machine it is not displaying the component. Its simply displaying the control like multi line text box.
I think this is due to page can't find the class .dll properly. Can any one tell me how to give the correct path of the .dll. or alternate way.

Please urgent.

Answers (1)