convert vb.net source code to VB

  • Thread starter Thread starter Thomas Miller
  • Start date Start date
T

Thomas Miller

Is there a tool that will do it? Even roughly? I have this requirement, thanks.

Even if the code is rough it would be nice.
 
Thomas: even if there is such a tool it would be dependent upon backward
compatibility - which, if it exists means you wrote some really horrendous
VB.NET code in the first place. There's no direct translation from Remoting
to DCOM for instance, or ADO.NET to ADO 2.xxx.

It might be better to just create the vb.net library so that it can be
conumed by vb but if the code is already written - it'll depend heavily on
what was used in it.
 

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