Click to See Complete Forum and Search --> : Refresh Window


April 25th, 1999, 01:17 AM
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??

gvirdi
April 25th, 1999, 12:00 PM
Try Invalidate(TRUE);

Steve Chia
April 25th, 1999, 07:31 PM
At which part of the code?? In MainFrm??