How to draw text on desktop?

后端 未结 2 1403
长发绾君心
长发绾君心 2021-01-14 12:33

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

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-14 13:08

    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.

提交回复
热议问题