Show or Hide image
-
I am using 2 images, one at a time. Is there a way to hide the other image while the other one is visible? Thanks for all the help! waxiegurl
An option would be to select both of them into separate memory dc's and display them as and when needed. Invalidate the surface on which you are drawing them. So it will be like hiding and unhiding.
Jesus Loves:rose:
--Owner Drawn:rose: --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord:rose:
-
I am using 2 images, one at a time. Is there a way to hide the other image while the other one is visible? Thanks for all the help! waxiegurl
Are the images part of a static or picture control? If so, just use
ShowWindow(SW_HIDE)
.
"The greatest good you can do for another is not just to share your riches but to reveal to him his own." - Benjamin Disraeli
-
Are the images part of a static or picture control? If so, just use
ShowWindow(SW_HIDE)
.
"The greatest good you can do for another is not just to share your riches but to reveal to him his own." - Benjamin Disraeli