CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Sep 2010
    Posts
    13

    Angry Window won't repaint

    Hi, for School work we got to do a retarded game and I'm nearly finished with the gameplay then it's on to improving the code. But the problem is with the CheckStatus function. If I put it in the end of WM_KEYDOWN it repaints fine but if i WM_PAINT the window won't repaint. Basicly the CheckStatus function checks if the cat ate all the mice it gives you the choice of a new game or exit and if a(non moving) dog ate the cat the same choice.

    So what's wrong ?
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured