Is there code to convert a c# module to VB?

  • Thread starter Thread starter Jim Bob
  • Start date Start date
J

Jim Bob

I am primarily a VB writer but I have code written in C# I want to use.

Is this feasible?

jwc
 
You can either compile the C# code into a separate assembly or use a C# to
VB.NET converter. I will obviously plug ours: Instant VB (download the Demo
Edition at www.instantvb.com). Instant VB is the only one that converts all
files appropriate to entire projects and is the only one that converts
ASP.NET pages also (as part of a project or individually).

David Anton
www.tangiblesoftwaresolutions.com
Home of:
Instant C#: VB.NET to C# Converter
Instant VB: C# to VB.NET Converter
Instant J#: VB.NET to J# Converter
 
Jim,

The most simple in my opinion is to Add the C# project to your project.
Than you change in the properties the "output type" from that in Class
Library
Than you select again your VB project and do
Project Add References and go to the button Projects

The C# code is now a part of your project.

I hope this helps,

Cor
 
Cor Ligthert said:
The most simple in my opinion is to Add the C# project to your project.

.... should read "... project to your solution".
 
The most simple in my opinion is to Add the C# project to your project.
... should read "... project to your solution".
ACK,

thanks,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top