>if i want to use this control to my VB projects , what are the steps i must
>do ?
Which version of VB? Hosting Windows Forms controls on VB6 or earlier
forms isn't supported.
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
> i have created a new c# custom control .
If you intend to use them in VB6, you'll probably need to expose them as COM
components.
Also, all clients (that use this COM component) must have .Net Runtime
installed on them.
Specifically regarding SWF controls, I think that they can be hosted within
COM... they are all ComVisible but without any Guid.

Signature
Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
http://www.edujini.in
http://webservices.edujini.in
-------------------
SenthilVel - 30 May 2006 06:42 GMT
Hi Gaurav
Can you let meknow teh steps which are used to convert dotnet controls in to
COM components ?
>> i have created a new c# custom control .
>
[quoted text clipped - 6 lines]
> Specifically regarding SWF controls, I think that they can be hosted
> within COM... they are all ComVisible but without any Guid.
Willy Denoyette [MVP] - 30 May 2006 17:07 GMT
As Mattias said, this scenario is not supported and buggy (use it at your
own risc). The only host that supports .NET control hosting is IE6 and
higher.
Willy.
|> i have created a new c# custom control .
|
[quoted text clipped - 6 lines]
| Specifically regarding SWF controls, I think that they can be hosted within
| COM... they are all ComVisible but without any Guid.