|
-
Dec 4th, 2003, 11:39 AM
#1
Thread Starter
Lively Member
How to call c# form from a vb.net form???
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
-
Dec 5th, 2003, 11:12 AM
#2
PowerPoster
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|