120626_API :: TranslateObject
LRESULT CALLBACK WndProc(HWND hWnd,UINT iMessage,WPARAM wParam,LPARAM lParam) { HDC hdc; PAINTSTRUCT ps; int i; HBRUSH MyBrush,OldBrush; HPEN MyPen, OldPen; switch (iMessage) { case WM_PAINT: hdc=BeginPaint(hWnd, &ps); for (i=0;i