- i'm working on c# wpf application and i would like to add a clock to my application:
- how to make that clock in my application?
- how to make my application clock not linked to windows clock??
- how to show clock by different styles in my application?
- how to make it contains calender, time zone...etc .. and modify these things through my application itself?
- can i make my time stamp in Database linked to application clock and how to achieve that?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
It would be quite easy to make a clock like this.
Here is a small example to get you started
Xaml:
Code:
Clock: