This is a basic WPF program which displays the data and time so it is readable from a distance -- if needed. https://www.craigoates.net/Software/project/9
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Craig Oates 5801a4b286 update packages and assembly info. 5 роки тому
DesktopClock update packages and assembly info. 5 роки тому
.gitattributes Created the project and written the code. 6 роки тому
.gitignore Initial commit 6 роки тому
DesktopClock.sln Created the project and written the code. 6 роки тому
LICENSE Initial commit 6 роки тому
README.md added proper image url to ReadMe. 6 роки тому
desktop-clock-screenshot-1.png Created the project and written the code. 6 роки тому

README.md

About Desktop Clock

This is a basic WPF program which displays the data and time so it is readable from a distance -- if needed.

Desktop Clock uses a NuGet package called FluentWPF. This allows the program to look like a Windows 10 UWP program. The most notable aspects being the translucent chrome and the highlighting of near-by buttons.

Screenshot 1]

Publishing Information

If you would like to use it you will need to build from the source provided. I did not want to mess around with ClickOnce or any other packaging mechanism.

Future Plans

I do not intend to take this any further. It is a simple program which I have running 24/7, floating about on the screen. It sits there and does what I need it to do. Anything else seems like overkill and I do not find myself wanting it to do something extra. Therefore, if you want something adding to it, I recommend you fork it.