vb.net - C# and VB in C# -


i have c# , vb .net solution. need use c# form inside vb form tab. how can this?

you create 1 of forms in separate class library or user control in separate class library , reference within application. each project in solution can either vb.net or c#, works both ways...

in simple example solution have following projects

  • myapp.csharpcontrols - project in c#
  • myapp.vbcontrols - project in vb.net
  • myapp.ui - project in either c# or vb.net can reference either of other control projects

edit
i'm presuming winforms??


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -