Description:
This program simply converts some text into a Visual Basic piece
of code making it a sintactically correct String. It's as simple as copy
and paste, and you can personalize it to meet your own needs. The program is
general enough that the String generated could be correct for many other
programming languages!
Features:
- Split very long text into more then one line of code.
- Add the possibility to specify the variable name into which
to store the inserted text.
- Add a button to copy generated text into the Windows clipboard.
- Add the possibility to select a file as input instead of manually
add the text to be converted in the provided text box.
To Do:
- Resize panels.
- Handle big text files (the textbox is limited).
Download:
Executable: Text2VBString
Source: Text2VBString_Source
Copyright:
Daniele Giabbai.
Please, take the time to read the copyright license.
History:
Text to VB String v.1.0.2
* Refined some cosmetics...
* Split very long text into more than one line of code.
* Add the possibility to specify the variable name into which to
store the inserted text.
* Add a button to copy generated text into the Windows clipboard.
* Add the possibility to select a file as input instead of manually
add the text to be converted in the provided text box.
Text to VB String v.1.0.1
* Refined some cosmetics...
Text to VB String v.1.0.0
* First version...
|