Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi Game mit API (https://www.delphipraxis.net/1871-game-mit-api.html)

theomega 29. Dez 2002 10:15

ich habe jetzt folgenden Code genommen:
Delphi-Quellcode:
procedure erasedc(dc:HDC;w,h:integer);
var rcBmp:TRECT;
begin;

SetRect(rcBmp, -1, -1, w+1, h+1);
InvalidateRect(dc,@rcbmp,true);
end;
geht aber trotzden nicht!


Alle Zeitangaben in WEZ +1. Es ist jetzt 07:59 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz