Picture Erases
-
Hello All i am working in Win32 VC++ using VS 6.0 My task is to display image on Desktop or Window .....I did it and works fine ....but the problem is when i move any other window over the image it erases the image How to overcome this problem.... Any sugesstion is heartly appreciated.. regards Aabid
-
Hello All i am working in Win32 VC++ using VS 6.0 My task is to display image on Desktop or Window .....I did it and works fine ....but the problem is when i move any other window over the image it erases the image How to overcome this problem.... Any sugesstion is heartly appreciated.. regards Aabid
Where are you processing the image drawing functions? Regards, --Perspx
"A refund for defective software might be nice, except it would bankrupt the entire software industry in the first year."
-Andrew Tanenbaum
"Einstein argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer."
-Fred Brooks -
Where are you processing the image drawing functions? Regards, --Perspx
"A refund for defective software might be nice, except it would bankrupt the entire software industry in the first year."
-Andrew Tanenbaum
"Einstein argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer."
-Fred Brooks -
Hello All i am working in Win32 VC++ using VS 6.0 My task is to display image on Desktop or Window .....I did it and works fine ....but the problem is when i move any other window over the image it erases the image How to overcome this problem.... Any sugesstion is heartly appreciated.. regards Aabid
Maybe A C++ OCX for drawing pictures on any window of your Application[^] is helpful for you.
-
Maybe A C++ OCX for drawing pictures on any window of your Application[^] is helpful for you.
-
Did you try with WM_ERASEBKGND instead WM_PAINT?