Hi,
In my application i have several CEdit to display data. By clicking a button the program updates
all the data inside the CEdit but the values doesn't refresh at all!
The interesting thing is that if switch to another apllication with alt+tab and then i go back to my program all
the data displaying the right value...beside they were refreshed.
Looking with Spy i observed that the message WM_ACTIVATE and WM_CTLCOLORSTATIC were send by the system...
So, how can i send a message to completely redraw the screen at my will?
i hope to be clear...
thanks in advance
Davide
In my application i have several CEdit to display data. By clicking a button the program updates
all the data inside the CEdit but the values doesn't refresh at all!
The interesting thing is that if switch to another apllication with alt+tab and then i go back to my program all
the data displaying the right value...beside they were refreshed.
Looking with Spy i observed that the message WM_ACTIVATE and WM_CTLCOLORSTATIC were send by the system...
So, how can i send a message to completely redraw the screen at my will?
i hope to be clear...
thanks in advance
Davide