Results 1 to 2 of 2

Thread: ocx in html

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2001
    Location
    Egypt
    Posts
    179

    ocx in html

    Hello,

    I made a "list box " ActiveX control, with Additional functionality over those of
    the normal ListBox used by VB.
    How can use it on HTML file. Do I need webServer to test it for internet?

    Thanks,
    Belal Marzouk

  2. #2
    Hyperactive Member Dorothy's Avatar
    Join Date
    Feb 2001
    Posts
    310
    The Acx control you created has an unique ClassID.
    Use this in the <object> tag of your HTML page.
    Like:
    <object classid="classid:thenumberid" codebase="the path of the cab file which you created in internetpackage">
    </object>

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