|
-
Jan 16th, 2002, 02:08 AM
#1
Thread Starter
Member
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
-
Jan 16th, 2002, 08:54 AM
#2
Member
.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.
-
Jan 18th, 2002, 07:42 AM
#3
Thread Starter
Member
jus pls go thru my problem gaain and tell me
thanks in advance
-
Jan 21st, 2002, 03:33 AM
#4
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|