Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am not a code writer!!
is there a simple explanation on how to use the calendar in a window form?

What I have tried:

dragging the calendar to the form and running it.
Posted
Updated 4-Dec-18 8:44am

1 solution

I think this will not work with Windows Forms as it is an ASP.NET control, see explanation here: How to use ASP.NET AJAX Calender Extender[^]
For Windows forms you can use the MonthCalendar, see explanation here:
https://www.dotnetperls.com/monthcalendar[^]
Here are some CodeProject customizable calendars:
Calendar.NET [^]
Another Month Calendar[^]
 
Share this answer
 
v3
Comments
Member 14056689 8-Dec-18 5:20am    
thank you Rick. is there a GRAPHIC friendly component to the calendar display in windows forms? we built the entire project on that and we only miss the calendar view. we need to see it like an outlook calendar. colored areas of occupied resources and overlaps etc...
RickZeeland 8-Dec-18 10:08am    
See the updated solution :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900