Results 1 to 2 of 2

Thread: How to call c# form from a vb.net form???

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2003
    Location
    michigan
    Posts
    70

    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

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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
  •  



Click Here to Expand Forum to Full Width