Programming - Anyone know how to use C# objects with vb.net code

CyberCowboy

Senior member
Apr 16, 2001
247
0
0
I'm using VS.net and wondering how to reference C# functions, objects, etc in my VB.net code.
I've seen it done before, but that was 2 years ago. so I've naturally forgotten.
(My intention is to use VB.net for my GUI and C# for the guts of the app).

Also, what is a good site to ask programming questions?

thanks.
 

oog

Golden Member
Feb 14, 2002
1,721
0
0
you just use them. if they are compiled into a dll, reference the dll in your GUI project and all of the classes should be available to you.