Hi ,
How do I call a c# form from a VB.NET Form.
My vb.net form has got a submit button which by clicking leads to the C# form .
Can anyone give me suggestions how to do these things.
Thanks a lot
Printable View
Hi ,
How do I call a c# form from a VB.NET Form.
My vb.net form has got a submit button which by clicking leads to the C# form .
Can anyone give me suggestions how to do these things.
Thanks a lot
This shouldn't be to hard. You have to compile your C# project. Reference that dll in your vb.net app and create an instance of the form, and show it.