j
k
j a
j l
...I tried the following: ... case WM_PAINT: { PAINTSTRUCT ps; HDC hdc = BeginPaint(hwnd, &ps); PaintDesktop(hdc); EndPaint(hwnd, &ps); } this could be done in explorer desktop?
I tried the following: ... case WM_PAINT: { PAINTSTRUCT ps; HDC hdc = BeginPaint(hwnd, &ps); PaintDesktop(hdc); EndPaint(hwnd, &ps); }
I tried the following:
case WM_PAINT: { PAINTSTRUCT ps; HDC hdc = BeginPaint(hwnd, &ps); PaintDesktop(hdc); EndPaint(hwnd, &ps); }
this could be done in explorer desktop?
Yes, DarkStep, in Desktop.cpp, uses this.
Back to the thread
Back to the list