卷 卷起千堆雪tyn Unregistered / Unconfirmed GUEST, unregistred user! 2002-03-13 #2 procedure TForm1.Timer1Timer(Sender: TObject); var p: TPoint; col: DWOrd; MDC: HDC; begin MDC := GetDC(0); GetCursorPos(p); col := GetPixel(MDC, p.x, p.y); ShowMessage(IntToStr(ColorToRGB(col))); end;
procedure TForm1.Timer1Timer(Sender: TObject); var p: TPoint; col: DWOrd; MDC: HDC; begin MDC := GetDC(0); GetCursorPos(p); col := GetPixel(MDC, p.x, p.y); ShowMessage(IntToStr(ColorToRGB(col))); end;