Hi,
I am trying to place a Window Control on IE. I have created a windows
control inheriting from UserControl. Then I place the control using <object>
tag like :
<object id="MyControl1" height="200" width="200"
classid="Bin/TestCtrl.dll#TestCtrl.UserControl1"> </object>
When I test the page by calling it from the IE, all I get is a window inside
IE with a vertical scrollbar disabled. The control is not being shown. I
have tried to find a solution on the google, but I could not find it.
I use VS 2005 and .NET 2.0 with IE 6.0
If anyone knows where is the problem please help.
p.s. I have donwloaded an example with a Win Control written in .NET 1.1 and
it is working fine
Fitim Skenderi - 04 Apr 2006 11:56 GMT
Hi,
I found the problem.
Thanks
> Hi,
>
[quoted text clipped - 16 lines]
> p.s. I have donwloaded an example with a Win Control written in .NET 1.1
> and it is working fine