No.
You have a couple of options:
1. Compile the C# into a dll and reference that dll from your VB project.
2. Convert the C# code to VB (the current level of conversion quality of
many C# to VB converters is quite high).

Signature
David Anton
http://www.tangiblesoftwaresolutions.com
Convert between VB, C#, C++, and Java
Instant C#
Instant VB
Instant C++
C++ to C# Converter
C++ to VB Converter
C++ to Java Converter
> From what I understand, in AsP.Net apps, you can use/mix multiple language
> files.
[quoted text clipped - 3 lines]
> for example, if I have a VB.Net project, and find some online C# code that I
> want to use, is it possible to add the C# code into the VB.Net project?