Inter op between C# and VB

  • Thread starter Thread starter VJ
  • Start date Start date
V

VJ

Hi..

Does anyone have a idea of how to integrate between C# and VB.. I have a
project developed in VB.NET.. and a few other developers are doing
additional screens in C#. How do I integrate the C# forms into VB?

Vijay
 
Does anyone have a idea of how to integrate between C# and VB.. I have a
project developed in VB.NET.. and a few other developers are doing
additional screens in C#. How do I integrate the C# forms into VB?

Compile the C# forms into a DLL and reference it from the VB.NET app.



Mattias
 

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