Registriert seit: 27. Apr 2005
Ort: Görlitz
1.358 Beiträge
Delphi XE2 Professional
|
Re: Fortschrittsdialog auf Konsole
22. Aug 2005, 11:43
Nimm einfach den "Wagenrücklauf"  #13
Delphi-Quellcode:
Write(PChar('[=========== ]'));
Sleep(2000);
Write(#13);
Write(PChar('[=============== ]'));
sleep(3000);
Benjamin Schwarze If I have seen further it is by standing on the shoulders of Giants. (Isaac Newton)
|