Home All Groups Group Topic Archive Search About
Author
28 Apr 2005 5:57 AM
msNews
hi,all

i want to use a winform control in IE,just like ActiveX
how to realize? Thanks

jecky

Author
28 Apr 2005 11:46 AM
Dominique Kuster
"msNews" wrote:
> i want to use a winform control in IE,just like ActiveX
> how to realize? Thanks
Add an object tag:
<object classid="YourAssembly.dll#FullClassName">
This is for the basic idea, but I suggest you have a look at this article:
http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx
Author
29 Apr 2005 2:09 AM
Jecky
very helpful ,thanks a lot

Show quoteHide quote
"Dominique Kuster" <DominiqueKus***@discussions.microsoft.com> дÈëÏûÏ¢ÐÂÎÅ:1CF33AF8-A9F0-407E-9C46-0370EA3DB***@microsoft.com...
> "msNews" wrote:
>> i want to use a winform control in IE,just like ActiveX
>> how to realize? Thanks
> Add an object tag:
> <object classid="YourAssembly.dll#FullClassName">
> This is for the basic idea, but I suggest you have a look at this article:
> http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx
>