WPF user interface for user scheduling

I would like to display the user interface in my WPF application, similar to the Scheduled Tasks user interface in Windows.

I plan to suck out the task parameters from the user interface and schedule it on the server.

I do not want to reinvent the wheel by doing all this myself.

There are many scheduler libraries (e.g. Quartz) that start as a service and start tasks at a given time - but I only need a user interface.

+3
source share
2 answers

Here is someone who has decided to quit their own and is providing source code.

WPF Scheduler control

WPF Scheduler Management Example

Other suppliers;

DevExpress

WPF Scheduler Management Example

WPF Scheduler Control

Syncfusion

SF WPF Scheduler example

WPF Scheduler

MindFusion

Mindfusion WPF Planner example

WPF

Mindscape

Mindscape WPF Scheduler

WPF Scheduler

+1

Telerik Scheduler WPF,

Infragistics Scheduler Control WPF,

0

Source: https://habr.com/ru/post/1784712/


All Articles