https://github.com/jacoby/setbackgroundimage
C# Command tool to turn a JPG into a Background Image
https://github.com/jacoby/setbackgroundimage
Last synced: 2 months ago
JSON representation
C# Command tool to turn a JPG into a Background Image
- Host: GitHub
- URL: https://github.com/jacoby/setbackgroundimage
- Owner: jacoby
- License: mit
- Created: 2015-08-25T18:12:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T18:59:21.000Z (almost 11 years ago)
- Last Synced: 2025-01-19T17:37:57.094Z (over 1 year ago)
- Language: C#
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SetBackgroundImage
C# Command tool to turn a JPG into a Background Image
# Details
This is the fourth C# program I wrote, after HelloWorld, Iterative Fibonacci and Recursive Fibonacci.
I found details on MSDN (https://code.msdn.microsoft.com/windowsapps/CSSetDesktopWallpaper-2107409c) and worked from there.