Hi

To be picky: No, you cannot use two different .NET languages in one project.
However, you can use classes/methods/... written in c# in a vb.net-project
and vice versa.

A "project", as the...