Results 1 to 4 of 4

Thread: urgeny

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2002
    Location
    india
    Posts
    44

    Post urgeny

    i have to created one activex.ocx now will anyone tell me how to registe that control in
    i have used the regsvr c:\foo.ocx
    now
    will anyone tell me how to use this registerd component in the html page and how will iu find the calss id for this componrent
    Last edited by rajender123; Jan 18th, 2002 at 07:41 AM.
    rajender

  2. #2
    Member
    Join Date
    Feb 2000
    Location
    Kettering, Northants, England
    Posts
    56
    .dll - No gui presence - ActiveX Component
    .ocx - gui presence within container (Internet Explorer, Word, VB Form etc) - ActiveX Control.

    Once you have created the ocx, run regsvr32 with the full path including .ocx file : e.g

    regsvr32 c:\foo.ocx

    Then search the registry (or use OLE view if using VStudio) copy the ClassID for the control into your clipboard then use an <object></object> tag (html) in the webpage - hey presto your control should appear.

    If this hasn't answered your question, please clarify what you mean.

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2002
    Location
    india
    Posts
    44
    jus pls go thru my problem gaain and tell me
    thanks in advance
    rajender

  4. #4
    Member
    Join Date
    Feb 2000
    Location
    Kettering, Northants, England
    Posts
    56

    Angry

    One clue, seeing as you don't seem to like working things out for yourself, TypeLib.

    Thankyou and goodnight

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