possible join visual basic net form and c sharp join??

  • Thread starter Thread starter jose
  • Start date Start date
J

jose

Is it possible join in the same project a visual basic net
form and a c sharp form?? if the answer is yes, how can I
do it?
Thanks for your answers
 
Not in the same project, but you can in the same solution. Similarly, you
can compile a .dll in either language and add a reference in the other
project...it gives you the same effect.

HTH,

Bill
 
Back
Top