hallo,
ich hab folgendes Problem und zwar will ich mein desktop nach 'Pixel' abfragen wen sie existiert soll es ne Melduung ausgeben .
Delphi-Quellcode:
while Desktopcolor(x,y)<>
RGB(11,186,79)
do
begin
if Desktopcolor(x,y)=
RGB(11,186,79)
then
showmessage('
Found');
repeat
x:=x+1;
y:=y+1;
until x
and y=1024;
ich komm grad nicht weiter.
ich bitte um hilfe wens geht ne ergänzung.
mfg