I'm looking for a Delphi control that will emulate a console window. (I
don't want to use an actual console, I need a control that can be
placed on a form.) Preferably it'll sup****t the standard CRT functions
such as SetColor, GotoXY and whatnot.
I've already tried using a memo or list box but it really doesn't give
the look and versatility that I'm looking for.
I've seen a few terminal emulator controls, something along those
lines, but I've not found one that'll mimic the old DOS CRT system.
The ones I did find were for actual console applications.
Has anyone ran across something like this? I was thinking I may just
use an ANSI emulator control and code up my own CRT replacement
commands that output the ANSI equivalents, but why reinvent the wheel
if it's already out there.
Thanks