Jump to content

Recommended Posts

Posted

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

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...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.