WPF UI 允许用户调度
我想在我的 WPF 应用程序中显示一个 UI,就像 Windows 中的“计划任务”UI 一样。
我计划从 UI 中提取任务的参数并将其安排在服务器上。
不过,我不想自己做这一切来重新发明轮子。
有很多调度程序库(如 Quartz)作为服务运行并在预设时间运行任务 - 但我只需要一个 UI。
I'd like to display a UI in my WPF app much like the 'Scheduled Tasks' UI in Windows.
I'm planning to suck out the parameters of the task from the UI and schedule it on a server.
I don't want to reinvent the wheel by doing all this myself though.
There's plenty of scheduler libraries out there (like Quartz) that run as a service and run tasks at preset times - but I need just a UI.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有人决定推出自己的产品,并提供源代码。
WPF 调度程序控件
其他供应商;
DevExpress
WPF调度程序控制
SyncFusion
WPF 调度程序
Mindfusion
WPF 规划器
思维景观
WPF调度程序
Here's someone who's decided to roll their own, and provides the source code.
WPF Scheduler control
Other vendors;
DevExpress
WPF Scheduler Control
SyncFusion
WPF Scheduler
Mindfusion
WPF Planner
Mindscape
WPF Scheduler
Telerik 有一个 WPF 调度程序控件,有一篇演练文章 此处
Infragistics 还具有 WPF 的调度程序控件,其功能此处
Telerik has a Scheduler Control for WPF, there's a walk through article here
Infragistics has a Scheduler Control for WPF as well, features here