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

Thread: Refresh Window

  1. #1
    Guest

    Refresh Window

    How do I refresh my whole application when I change my resource during runtime?? I saw the example for the scribble application which refreshes the menu. I have a splitter window so how do I refresh both windows when i switch resources??


  2. #2
    Join Date
    Apr 1999
    Posts
    43

    Re: Refresh Window

    Try Invalidate(TRUE);


  3. #3
    Join Date
    May 1999
    Location
    Singapore
    Posts
    33

    Re: Refresh Window

    At which part of the code?? In MainFrm??


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