Hi Experts
I am new to Visual Basic. I want to make a program that will encode/decode the text message. I worked a lot but could not get through. Can anyone help me in knowing how to make a message encoder in VB. Just give me the basic idea.
How to make a message encoder in VB ?
Hi Nina, the concept behind this type of program is that your message will be converted in special characters which is called encoding. And about decoding is that your message will be converted back from special characters to normal. To help you understand I have attached a very simple c program (which is basic). I hope this file will clear your concept. After clearing concept you just have to change the syntax to do it in other languages. Thank you.