user2550788
user2550788

Reputation: 49

Use a C# file in VB.NET

I heard that it's possible to import a c# file and use it's functions in a vb.net application? I have a C# file with a lot of functions, that I want to use, however, I don't want to convert it to vb.net (would take time). Is it possible? Thanks. HOw?

Upvotes: 0

Views: 78

Answers (1)

Curt
Curt

Reputation: 5722

Compile it, and reference the DLL.

Upvotes: 2

Related Questions