Click here to Skip to main content
15,902,445 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have developed project using vb.net Now i want to add c# forms into vb.net project .,how could do this?
Posted

This is not directly possible, but there are two options:
1. Convert the c# code to vb.net using a free converter as this one:
http://www.developerfusion.com/tools/convert/csharp-to-vb/[^]
2. Add the C# form to its own project inside your vb.net solution. This way you can use the c# form in vb.net!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900