Try:
Code:
HWND = GetDesktopWindow();
InvalidateRect(hwnd, NULL, FALSE);  // or maybe TRUE for last param
UpdateWindow(hwnd);