Page 1 of 1
How to Refresh the Desktop when quit from FWH Programe
Posted: Wed Oct 15, 2008 3:57 pm
by RAMESHBABU
Hi all
As per subject.
- Ramesh Babu P
Posted: Wed Oct 15, 2008 9:24 pm
by Antonio Linares
Ramesh,
From the FWH application you can do:
InvalidateRect( GetDesktopWindow(),, .T. )
Posted: Thu Oct 16, 2008 9:43 am
by RAMESHBABU
Mr.Antonio
Thank you very much for your reply.
I tested in in XP SP2. But the desktop did not get refreshed.
- Ramesh Babu P
Posted: Thu Oct 16, 2008 10:06 am
by Antonio Linares
Ramesh,
Why do you need to repaint the desktop ?
Posted: Thu Oct 16, 2008 10:12 am
by Antonio Linares
Posted: Fri Oct 17, 2008 11:22 am
by RAMESHBABU
Yes Mr.Antonio. You are right.
What to do. I did not find a way to avoid displaying of the bitmaps called
by the timer.
The graphical presentaion through bitmaps was good and easy to
under stand.
Now I was compelled to stop calling bitmaps in the timer, instead I am
displaying only the numerical value of signal strength in percetage.
Can you please look into the problem.
Thanks you
- Ramesh Babu P