-
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
-
.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.
-
jus pls go thru my problem gaain and tell me
thanks in advance
-
One clue, seeing as you don't seem to like working things out for yourself, TypeLib.
Thankyou and goodnight