Zitat von
Neutral General:
Was mich noch interessieren würde wäre GotoXY
Delphi-Quellcode:
var
CP: _COORD;
...
CP.X := 5;
CP.Y := 4;
SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_HANDLE), CP);
Zitat von
Neutral General:
TextBackground für Delphi...
Siehe obiger Post - gleiche Funktion. Siehe obiger Post.
...
...