How to make a message encoder in VB ?

Asked By 10 points N/A Posted on -
qa-featured

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.

SHARE
Answered By 5 points N/A #165183

How to make a message encoder in VB ?

qa-featured

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.

Related Questions