Results 1 to 2 of 2

Thread: Displaying my ActiveX Control to users who visit my webpage

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2003
    Posts
    601

    Displaying my ActiveX Control to users who visit my webpage

    How do I do this? I created an activeXControl with a simple listbox and some items.


    Inside my HTML File I have:

    <OBJECT CLASSID="CLSID:3d25aba1-caec-11cf-b34a-00aa00a28331">
    <PARAM NAME="LPKPath" VALUE="activeXControl.lpk">
    </OBJECT>


    <OBJECT ID="MyObject1" CLASSID="CLSID:67D2E4CB-5D10-4B6B-99EA-E579B6ACC08E"
    CODEBASE="ActiveXControl.ocx">
    </OBJECT>




    if I run the html file on my pc, it works, but when i upload it to my server www.po2mafia.com/aaa.html it doesn't display. what am i doing wrong?

  2. #2
    New Member
    Join Date
    Aug 2006
    Posts
    7

    Re: Displaying my ActiveX Control to users who visit my webpage

    Have you checked the security settings of client IE to allow this server, if the control is not signed?

    You can refer this -
    http://www.netpanel.com/articles/internet/actx-use.htm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width