A Andrew Collett Oct 10, 2003 #1 Is is possible to run a .net Windoews control in a VB6 application? Andrew
H Herfried K. Wagner [MVP] Oct 10, 2003 #2 * "Andrew Collett said: Is is possible to run a .net Windoews control in a VB6 application? Click to expand... No.
* "Andrew Collett said: Is is possible to run a .net Windoews control in a VB6 application? Click to expand... No.
A Aadithyaa Oct 10, 2003 #3 Microsoft not supporting directly. look at the below website for more details. http://www.ondotnet.com/pub/a/dotnet/2003/01/20/winformshos ting.html Regards, Aadithyaa
Microsoft not supporting directly. look at the below website for more details. http://www.ondotnet.com/pub/a/dotnet/2003/01/20/winformshos ting.html Regards, Aadithyaa
T Tim Stephenson Oct 10, 2003 #4 You can't use the VB.net controls directly, but it is possible to open a ..NET Windows Form from a VB6 application. in a VB 6 application.. dim x as new myDotnetAssembly.MyForm x.Show will display a .NET form from VB6.
You can't use the VB.net controls directly, but it is possible to open a ..NET Windows Form from a VB6 application. in a VB 6 application.. dim x as new myDotnetAssembly.MyForm x.Show will display a .NET form from VB6.