HWND desktop = GetDesktopWindow(); HDC desktopHdc = GetDC(desktop); COLORREF color = GetPixel(desktopHdc, x, y);