With this trick, you can customize it according to your ability. It is not required to depend on the following code to Encode or Decode as usual methods, to create a proprietary application of your own coder :D
Full Code Module : https://pastebin.com/WKWAv1qa
When you add a module to the program and add the above code, displaying your encode or decode is quite simple.
You add 2 buttons (button encode and button decode).
In Button encode you add a code like this:
TextBox2.Text = Encode(TextBox1.Text)
In Button Decode you also add a code similar to Encode, but only change the display position.
TextBox3.Text = Decode(TextBox2.Text)
Video Demo : https://youtu.be/_4gBsAHyi8c
Wished everyone success.
Thank you everyone for your attention.
If people do not understand, you can comment or inbox HungZ.Me directly for support.