Author: John
Date: Aug 3, 2008 20:35
...draw icon surface end //////////////////////////////////////////////////////////////// the result is wrong, icon 's background is white. but when i add....left, rtClient.top, SRCCOPY); DeleteDC(hDCDisplay); /// draw icon surface end // x, y is the coordinate when user left-click mouse on surface. dc.DrawIcon(x, y, icon); ////////////////////////////////// so i think it is a bug ...
|