Главная страница
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.05 c
14-1103887030
pasha_golub
2004-12-24 14:17
2005.01.16
Manual ZeosDBO


14-1103795695
antonn
2004-12-23 12:54
2005.01.16
Мне кажется, что этот форум умирает.


4-1101408211
TButton
2004-11-25 21:43
2005.01.16
Создать ярлык


3-1102667724
galexis
2004-12-10 11:35
2005.01.16
Вопрос от недопонимания транзакций.


6-1098249604
ИМХО
2004-10-20 09:20
2005.01.16
TNEF, MS Outlook и Delphi