Guest KM Posted May 5, 2004 Report Posted May 5, 2004 Hi, how do I redraw the background?? I tried this: case ID_OK: { Menu = Menu++; if (Menu > 2) {Menu=0;} wsprintf(g_szMessage,L"Score is %d",Menu); ShowWindow(hwnd, SW_SHOW); UpdateWindow(hwnd); } break; thanks, KM
Guest maxh2003 Posted May 5, 2004 Report Posted May 5, 2004 I might be wrong but I think you need to call InvalidateRect before ShowWindow. Don't have access to EVC at the moment so can't be sure...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now