M
Matthias Pieroth
Hi NG,
I have a usercontrol that I host in IE in a html-Page. I placed it via the
object-Tag.
<object id="TestCtrl1" height="100" width="500"
classid="TestCtrl.dll#TestCtrl.TestCtrl">
</object>
That works great. But now my UserControl needs an activex control. So I
added it to the usercontrol and the Interop-Wrapper-dlls are created. How
can I tell the OBJECT-Tag that the UserControl needs this Interop-dlls?
Thanx
Matthias
I have a usercontrol that I host in IE in a html-Page. I placed it via the
object-Tag.
<object id="TestCtrl1" height="100" width="500"
classid="TestCtrl.dll#TestCtrl.TestCtrl">
</object>
That works great. But now my UserControl needs an activex control. So I
added it to the usercontrol and the Interop-Wrapper-dlls are created. How
can I tell the OBJECT-Tag that the UserControl needs this Interop-dlls?
Thanx
Matthias