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
 
Back
Top