Hi,
I'm implementing booking system for an hotel in Windows Form using C# and .NET 3.5.
Now, I find this Scheduling component very useful for my purpose:
http://www.daypilot.org/demo/Scheduler/ but this component is created for Web. I have tried to take a look on the source code in order to find out if I could reuse some parts of the code. I realized that this was not possible since the code is for the WEB UI controls and not Windows Forms.
So, I'm searching after hints on possible WF controls that is similar to the one I'm linking to above, but coded in C# and for WF
or if someone have some other hints on useful controls for this purpose.
Thanks in advance!
Ismar