I need a timeline control for one of my projects (Winforms/C#)and Im really not sure how i should create one from scratch. I have some visual idea of what i want. Something similar to the link below
http://www.codeproject.com/KB/wtl/wtltimeline.aspx
I just want to know is it possible to use the WTL in a Winforms project directly? or If not, is it easy to migrate from a WTL code to a C# code to use in Winforms. I cant move away from Winforms coz most of my project is complete in Winforms.
My other question regarding the same is in this link: C# Timeline control
Has a slightly better description of the project and requirements of the timeline control.
Please Help. Thanks! :)