vb.net windows form in c# namespace

  • Thread starter Thread starter dnc
  • Start date Start date
D

dnc

Just wondering if there is a way to point to vb.net form in the project,
from the C# project namespace.
 
If the VB.NET for is in a class library project, you can compile the project
and then in your C# project, set reference to the VB.NET dll file.
 
Back
Top