Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2005.01.16;
Скачать: CL | DM;

Вниз

Консольное приложение   Найти похожие ветки 

 
Ozone ©   (2004-11-26 06:17) [0]

Как очистить экран в консольном приложении (типа clrscr в Pascal"e)?


 
_sulent   (2004-11-26 07:55) [1]

uses
 Windows;

var
 mes: string;
 sbi: TConsoleScreenBufferInfo;
 i: integer;
begin
 writeln("clear?: >"); readln(mes);
 if mes = "y" then begin
   GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE), sbi);
     Readln;
     GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE),
       sbi);
     for i := 0 to sbi.dwSize.y do    writeln;
 end;
 readln;


 
Gero ©   (2004-11-26 09:52) [2]

FillConsoleOutputCharacter + FillConsoleOutputAttribute


 
Ozone ©   (2004-11-26 10:23) [3]

Gero ©   (26.11.04 09:52) [2]

Спасибо и тебе.



Страницы: 1 вся ветка

Текущий архив: 2005.01.16;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.058 c
14-1104128840
Rouse_
2004-12-27 09:27
2005.01.16
C Днем Рождения 26 - 27 Декабря


3-1102700928
Kot
2004-12-10 20:48
2005.01.16
Создание БД в InterBase


4-1101424987
GanibalLector
2004-11-26 02:23
2005.01.16
GetTextExtentPoint


4-1101575440
Bora
2004-11-27 20:10
2005.01.16
Прямой доступ к портам в WinXP


1-1104690666
Creativ
2005-01-02 21:31
2005.01.16
Значение переменных