Tool VB.Net to B4A Simple Converter

I have lot of VB.NET code and I need to convert it to B4A.
So I write little application to make repetitive part of work.
This is not magic, and for now it just replace sentence by another.

To use it, start exe then copy .NET code in clipboard, press Convert button, finally past in B4A. That' all !

List of conversion string are in LstConv.txt file.
One line by conversion.
"=:" is use for separator between Old and New sentence.
If you don't specify New sentence, Old is simply remove.
Space are take in account.
Each conversion are apply one by one in the file order.

If I forget conversion, you can simply add it in file, then share it :)

Regards
 

Attachments

  • VBNet2B4A_Src.zip
    17.4 KB · Views: 352
  • LstConv.txt
    561 bytes · Views: 318
  • 1.0.zip
    7.6 KB · Views: 344
Last edited:
Top