vb fusion

  • Thread starter Thread starter frankreichard
  • Start date Start date
F

frankreichard

Hi

I am testing the VB Fusion.
It works fine with vb6 and vb.net. But what's about c#.net? Can I use
c#.net code in my vb6 project??

thanks
 
Hi,

No idea what VB fusion is.

You can use C# code in VB6 projects, you will have to compile the C# as a
class library and register it for COM interop

Then you access it as a regualr COM component in VB6
 
Back
Top