Chat program [Programming Jokes]

Subscribers:
613
Published on ● Video Link: https://www.youtube.com/watch?v=0cPMUaHbeno



Duration: 1:35
182 views
0


This program is about you chat to computer but the computer always reply you with random ASCII characters from decimal 48 to decimal 127 that is '0' character to 'del' character that you don't understand. Please check the ASCII table at http://www.asciitable.com/ for more information. Build using Microsoft Small Basic.

This is Just for fun.

Project flow:
1. Draw layout,
You can use microsoft paint to draw your imagination about the position of the controls, in this case there are 3 controls: 1 textbox, 1 button & 1 multiline textbox. You need to positioned these controls across your window of graphic. The text 'Message' in the graphic window isn't a control; it just a text that writed into graphic by my self.
2. Use template you own for GUI
3. Start adding code
4. Troubleshooting

Program flow:
-
-
-

For full code you can go to: http://perjuangan9.blogspot.com/2015/05/monologue-chat-program.html







Tags:
Small Basic
Chat Program
ASCII table
Computer programming joke
Small Basic Program
Small Basic Software