Questions tagged [windows]
Writing software specific to the Microsoft Windows operating system: APIs, behaviours, etc. GENERAL WINDOWS SUPPORT IS OFF-TOPIC. Support questions may be asked on https://superuser.com
1
question with a bounty
0
votes
0
answers
51
views
+50
C# Custom Screensaver capturing desktop returns solid color
I am working on creating a screen saver in C# for .NET 8.0. I'm currently trying to do something similar to how the bubbles screen saver screenshots your desktop and uses that as a background.
...