How to use VB.Net user controls with in VB.6

  • Thread starter Thread starter shamirza
  • Start date Start date
Shamirza,
How to use VB.Net user controls with in VB.6
is it posible???????????????

No

It not even possible to use new Net 2003 controls in VB Net 2002
and new VBNet 2005 controls in VBNet 2003

I hope this helps,

Cor
 
It may sound like a silly question, but if you need to use VB.NET controls,
why not just use VB.NET??
 
Thanx Cor Ligthert .... this make me confident that, we should not go
back hear ....
but i think if it is a control Library(dll) of dotnet it is posible to
access in vb...
and i have sucessfuly done this....
 
shamirza said:
but i think if it is a control Library(dll) of dotnet it is posible to
access in vb...
and i have sucessfuly done this....

Yes, classes marked as 'ComClass'/'ComVisible' can be used in VB6, but .NET
Windows Forms controls cannot be hosted in an ActiveX environment such as
those of VB6.
 
Back
Top