Winforms-Calendar
Winforms-Calendar copied to clipboard
A fork of https://www.codeproject.com/KB/docview/WinFormsCalendarView.aspx
commit 1 - Simplification of the switch in the UpdateUnits() method and addition in the enum OneMinute in the CalendarTimeScale. Also modification application test commit 2 - delete of useless...
Getting this error System.ArgumentException: 'Assembly 'C:\Users\paulo.almeida\Downloads\Calendar\Winforms-Calendar-master\WindowsFormsCalendar\obj\Debug\WindowsFormsCalendar.dll' doesn't contain any UserControl types.' And Symbol loading for optimized module UserControlTestContainer.exe was skipped because Just My Code is enabled Any Idea ? Thx
I tested this version, when the AllowNew parameter is false, it is still possible to create items. I was interested in this parameter because I want to create items only...
Hello , i have lot of different with code projet version. there is no event DateChanged and methode this.monthView1.SetSelectionRange(start,end), event selectionchanged is not the same. in Calendar, do not have...
problem in month mode, overflow of the box. When there are too many elements, a yellow arrow appears not clickable, how to make appear the other elements?  Thank you...
Hi, I am using this control from CodeProject: https://www.codeproject.com/Articles/38699/A-Professional-Calendar-Agenda-View-That-You-Will My project will only use daylight time(generally from 9am. to 6pm.). And I'd like to know what can I do for...
How can I add support to display a team or resource view of the calendar. This would be a single day view but have column showing the resource or persons...
Hello , it is possible to translate the days and the months whith list or day enum ? is it possible to delete the working ranges, because it is for...
Use Calendar.SetRenderHourRange(int StartHour, int EndHour) to render a range of time for each day. But actually not fully be tested.