Hey All,
My latest project requires a scheduler in a C# .NET Form.
I've looked at some of the various calendar types out there but are not fine grained enough for my application.
Some links I've checked:
http://www.componentone.com/superproducts/schedulewinforms/ (expensive!)
http://www.telerik.com/products/winforms/scheduler.aspx (very expensive!)
http://documentation.devexpress.com/#xaf/CustomDocument2812 (subscription based)
http://www.componentgo.com/WF/WeeklyCalendar.aspx (
)
sensing a pattern here?
I've also seen a lot of calendar/schedulers for ASP.. can't use these in a Form.
My ultimate goal is to schedule Modbus commands with no more than a one minute resolution.
I would like to use Apache Quartz.NET,
http://quartznet.sourceforge.net/index.html for
the actual I/O and use the Form to populate the schedule.
Pretty tall order. Has anyone seen anything that comes close, or has a suggestion or two?
--Chip
Posted on: November 02, 2012, 05:31:01 17:31 - Automerged
Having found nothing so far, I'm going to try and code one myself.
It's a start....