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
Post a Comment