Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > WF: Scheduler Calendar in C#
 

WF: Scheduler Calendar in C#

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
Ismar Slomic  Tuesday, June 09, 2009 11:24 AM
Hi Ismar,

I did some search but haven't found a scheduling component for Winform so far.

My suggestion is to use a DataGridView to implement the scheduling function on your form because the DataGridView control is easy to extend and customize.

Hope this helps.

Sincerely,
Linda Liu
Please remember to mark the replies as answers if they help and unmark them if they provide no help. end us any feedback you have about the help from MSFT at fbmsdn@microsoft.com.
Linda Liu  Wednesday, June 10, 2009 6:17 AM
Hi Ismar,

I did some search but haven't found a scheduling component for Winform so far.

My suggestion is to use a DataGridView to implement the scheduling function on your form because the DataGridView control is easy to extend and customize.

Hope this helps.

Sincerely,
Linda Liu
Please remember to mark the replies as answers if they help and unmark them if they provide no help. end us any feedback you have about the help from MSFT at fbmsdn@microsoft.com.
Linda Liu  Wednesday, June 10, 2009 6:17 AM

You can use google to search for other answers

Custom Search

More Threads

• how can i check textbox contain alphabet?
• Simple Data Binding to a CheckBox Control
• Rows cannot be programmatically added to the DataGridView's rows collection when the control is data-bound.
• Best way to exit autocomplete and not change the value of the textbox
• Seeking Help for datagridview
• Enforcing Constraints before writing to file
• How to bind a DataGridViewComboBoxColumn?
• Detecting state of DataGridView
• Refreshing databound ComboBox error
• DataGridView Databinding