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??
Printable View
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??
Try Invalidate(TRUE);
At which part of the code?? In MainFrm??