D dnc May 19, 2006 #1 Just wondering if there is a way to point to vb.net form in the project, from the C# project namespace.
Just wondering if there is a way to point to vb.net form in the project, from the C# project namespace.
N Norman Yuan May 19, 2006 #2 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.
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.