is it possible to render to Windows' desktop (to overwrite the wallpaper)? It wouldn´t be Windows if this was not possible, so there must be a way.
One i found out is, to call "GetDC()" with 0. But this draws on the top - so all windows are overwriten.
I just want to overwrite the background wallpaper. Is it possible to render there with DirectX (should be possible if with GDI+)?
Any suggestions? :)
Thanks R