|
Subject:
|
How to include c# class and vb class in the .vbprj
|
|
Posted By:
|
umeshayk
|
Post Date:
|
12/24/2003 5:12:44 AM
|
Hello Sir
I am working on the vb.net Project in that i want c# class and vb class.so how to do.
Please help me.
Regards Umesha Y.K
|
|
Reply By:
|
Imar
|
Reply Date:
|
12/24/2003 5:18:40 AM
|
Hi there,
You can't mix the two languages in one single Visual Studio .NET project.
What you could do is create two separate projects, and add them to one solution. Then the C# project can refer to the VB project and use or inherit the classes defined in that project (or the other way around).
Cheers,
Imar
--------------------------------------- Imar Spaanjaars Everyone is unique, except for me.
|
|
Reply By:
|
umeshayk
|
Reply Date:
|
1/8/2004 11:08:36 PM
|
Thank U Very Much
|