I need to draw a scrolling text directly on desktop. I can draw text on top of all windows using DC := GetDC(0). But I don\'t want that. The drawing has to be on desktop onl
I want to paint on desktop so my text stays there also when my application is not running.
If the text should also be there if your app is not running then your only option is to change the wallpaper: find out what the image of the desktop wallpaper is, add your text to that image and save it as a new wallpaper and use that one.