Главная страница
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.032 c
1-1104692206
TechnoDreamer
2005-01-02 21:56
2005.01.16
Добавление элемента в TreeView без потери сортировки


1-1104301279
Тимур
2004-12-29 09:21
2005.01.16
ListView.CustomSort


3-1102693499
Fedor
2004-12-10 18:44
2005.01.16
Вычисляемые поля


1-1104167904
markers
2004-12-27 20:18
2005.01.16
Создание формы


14-1103580715
Homa_Programer
2004-12-21 01:11
2005.01.16
COCOMO