by Daniel S. Soper (9 Submissions)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(9 Votes)

This program demonstrates how to create a VT100 terminal emulatior with ANSI capability (Remember the software you used to use to connect to a BBS?). It demonstrates control character processing, ANSI mode control sequence processing, and escape sequence processing. It also demonstrates how to connect to, and interact with, a remote server using the Winsock control.
Inputs
none.
Assumes
You should have a basic understanding of VT100 programming if you hope to understand this code.
Code Returns
none.
Side Effects
none that I know of.
API DeclarationsMany. See source code.