.net Windows controls in a VB6 program

  • Thread starter Thread starter Andrew Collett
  • Start date Start date
A

Andrew Collett

Is is possible to run a .net Windoews control in a VB6 application?
Andrew
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top