I am trying to write on a rect covering the entire screen on the
desktop (WinCE 5.0) using GetDC(NULL) to take control of the screen.
How may I restore the desktop when I ReleaseDC?
How may I force the desktop to refresh?
I already tried RedrawWindow(NULL, &rc, NULL, RDW_ERASE |
RDW_INVALIDATE | RDW_INTERNALPAINT | RDW_UPDATENOW);
where rc is the rectangle corresponding to the entire screen.
thanks for the hint.
Filippo
Paul T.
"Clearco" <fgbo...@gmail.com> wrote in message
news:aeb8d318-845b-47cb...@p8g2000yqb.googlegroups.com...
Thanks Paul.
I am trying now to restore a window minimized by the opening
of another window related to some other task...
Should I use the same functions? They seem not working...
Regards
Filippo
None of the normal operations that an application would perform need to do
any of this.
Paul T.
"Clearco" wrote:
> .
>
Of course you are right, I made the same mistake that I often blame
when
supporting my customers...
I am trying to design a CE driver that need to take exclusive
control of the screen for displaying messages that have not
to be hidden or misplaced or minimized for any reason by
any other thread opening windows.
After the driver has finished, I have to restore the previous
desktop appearance.
Thanks
Regards
Filippo
Paul T.
"Clearco" wrote:
> .
>
Filippo
On 4 Dic, 17:22, Paul G. Tobey [eMVP] <paultobey _at_ earthlink _dot_