Placing graphic in clipboard to screen?
Ok...I have found 1000's of pages with info on how to copy the screen, the whole screen and nothing but the screen (well, bitmaps too) to the clipboard. But I can't find a single thing about putting what is in the clipboard BACK onto the screen.
What I did was modify some code which created a transparent bmp and placed it on the clipboard. Now I want to put that modified bmp back onto the screen. How can I do this? Does the clipboard have a DC that I can get somehow?