Anyone know how to insert a C# object into Visual basic.net program?
Printable View
Anyone know how to insert a C# object into Visual basic.net program?
I "think" you can add an entire module from C# and access the class the same as any VB class.
compile the object, out it into the same directory as your VB app and use it like you would any other object
Dim myobj As namepsace.classname