Create a new solution project in either langauge - for the sake of
illustration, use VB.NEt. Now, Go to file - Add and select New Project.
Make sure you use Add and not Open. Then select C# and the Class Library or
whichever template you want. Then, go back to the VB Project (they are both
in the same solution) and select Add Reference. on the third tab of Add
Reference (after .NET and COM) you can select the C# project. That's pretty
much all there is to it. If you add the project then VS.NEt will establish
a default build order for you.
Let me know if you have any questions.
Bill
--
W.G. Ryan MVP Windows - Embedded
Have an opinion on the effectiveness of Microsoft Embedded newsgroups?
Let Microsoft know!
https://www.windowsembeddedeval.com/community/newsgroups
Tim said:
I've heard it's possible to write multi-language programs, but can't find
any examples of this. I'd like to write a program where the gui is in VB
but the non-form classes are written in C#. Is there an example or tutorial
on how to write an application which mix VB and C#?