How to display VB.NET ActiveX Control including more than one dll in IE

M

mpiu

Hi,

For developing ActiveX Control hosted in IE, "classid" setting is like
that:
"<component-name>.dll#<namespace>.<usercontrol-name>".
However, if my main control includes other ActiveX Control libraries
(*.dll), nothing can be displayed with such settings. Are there any
solutions?

Regards,
Bill Ng
 
H

Herfried K. Wagner [MVP]

* (e-mail address removed) (mpiu) scripsit:
For developing ActiveX Control hosted in IE, "classid" setting is like
that:
"<component-name>.dll#<namespace>.<usercontrol-name>".
However, if my main control includes other ActiveX Control libraries
(*.dll), nothing can be displayed with such settings. Are there any
solutions?

If you don't get an answer here, ask this question in the Windows Forms
Controls group or the Interop group.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top