Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
235 views

Get Week Of The Year

Delphi Xe, Win 7, System TimeZone UTC+4:0, The first day of week in system - Monday, Time is synchronised with time.windows.com In a palette of standard components Delphi Win32 there is component ...
5
votes
2answers
506 views

Get saturday date value from a selected week using a month calendar

I am kinda stuck about this problem. How can I get the month calendar saturday values when i selected a specific date. For example: i selected February 14 on the month calendar. After selecting it ...
5
votes
11answers
1k views

Best way to find the months between two dates (in python)

I have the need to be able to accurately find the months between two dates in python. I have a solution that works but its not very good (as in elegant) or fast. dateRange = ...
3
votes
3answers
498 views

python calendar to calculate month backwards

we are trying to create a calendar function in python. we have created a small content management system, the requirement is, there will be a drop down list on the top right hand corner of the ...
3
votes
1answer
1k views

Change color of dates on monthCalendar?

How do I change the color of the dates on a monthCalendar. I have a dataGridView with a column for dates. How do I takes those dates, input them into my monthCalendar, and change the color of the ...
3
votes
2answers
372 views

Subclass a MonthCal control in Win32

Objective: use the standard Win32 MonthCal control, and paint days such as holidays in RED. It seems like the Win32's native approach would be use the MCN_GETDAYSTATE notification, which seems to ...
2
votes
1answer
54 views

capture doubleclick for MonthCalendar control in windows forms app

How do I capture a doubleclick event of the MonthCalendar control? I've tried using MouseDown's MouseEventArgs.Clicks property, but it is always 1, even if I doubleclick.
2
votes
2answers
1k views

How can i show month selection calendar in my app

I am interested in showing list of 12 months like in similar way to datepicker's month selection control. But i don't like to show the date picker to show the dates of that month too... only month ...
2
votes
3answers
1k views

How can I change the color of certain dates in the MonthCalendar control?

How can I change the color of certain dates in the MonthCalendar control in VB.NET? For example, I need to change the color of Jan 21 to Red, Sundays to Orange and so on...
2
votes
3answers
834 views

Possible to set monthCalendar to show current month and previous 2 months?

In a WinForms (3.5) application there is form with a monthCalendar control. The calendar control has a calendarDimension of 3 columns by 1 row. This means that it currently shows June, July, August ...
2
votes
3answers
2k views

C# and Month Calendar, selecting multiple dates

I am making a program that will help people "book" orders for a department in C#. They need to be able to choose multiple dates in different months. I would prefer to have it so they can click a ...
1
vote
2answers
83 views

Changing the month in MonthCalendar fires DateChanged event twice

Heyo, I have a standard WinForms MonthCalendar in my application with a handler hooked up to the DateChanged event. Whenever I change the date by day, clicking on a certain date in the little ...
1
vote
2answers
58 views

Partial MonthCalendar localization failure ('Today' label not translated)

I'm about ready to start tearing out what little is left of my hair over this. I am working on a winforms application (.NET 3.5) under windows 7. In this application is a custom datepicker control ...
1
vote
4answers
210 views

Cannot access a disposed object “MonthCalendar”

I have this code to create and show a form with monthcalendar control on it. private void showcalendar_Click(object sender, EventArgs e) { ShowCalendar(); } void ...
1
vote
2answers
533 views

BoldDays for TDateTimePicker?

I'm using Delphi7 and I'd like to bold some days of a TDateTimePicker control. I've read that originally, it's a descendant of TMonthCalendar, thus it should be possible. I've also found some example ...
1
vote
0answers
167 views

Customizing the MonthCalendar control

I am trying to modify the MonthCalendar control to only show tuesdays or only Tuesdays are clickable. I tried looking for an owner draw or overriding the Paint or DayRender Method. None of those ...
1
vote
2answers
273 views

monthcalendar control selected range not drawing correctly

I have a monthcalendar control in my form and when I select a range, the range just whites out. I checked the titlebackcolor (Highlight) and titleforecolor (AliceBlue) and they are not set to white. ...
1
vote
2answers
287 views

MonthCalendar in WPF?

Is there a free class library that offers a MonthCalendar control for WPF? And is the MonthCalendar equal to if not better than the Winforms MonthCalendar.
1
vote
1answer
222 views

MonthCalendar Control has extra border when ShowToday is False

In Winform's MonthCalendar control I am getting a weird white border on the top and bottom of the calendar when I don't want to show the today label. Is there anyway to disable this?
1
vote
1answer
338 views

calculate period between two monthcalender in C#

I have two monthcalender in C# win application , and I need to calculate the period between then. I need how many day between two or three month or also years I need how many month between tow ...
1
vote
1answer
1k views

MonthCalendar.SelectionRange databinding example

How do you perform databinding against the MonthCalendar.SelectionRange property? Given the property is of type 'SelectionRange' which is a class I am not sure how to go about it. Any examples would ...
0
votes
1answer
48 views

How to prevent user from changing date control which is linked to a textbox in VB6

txtmonth = '01/2011' (This is a textbox control) I have a Date Control which should automatically display January 2011. The end user should not able to select month & year from the date control, ...
0
votes
1answer
148 views

Calendar for iPhone

I want to add a month view calendar for my iPhone project that will look identical to iPhone Calendar app. I have tried both Kal Calendar and Tapku. The problem is that Tapku just doesn't seem to ...
0
votes
2answers
71 views

Putting a Calendar in a customized vertical tab setting. C# - Winform

Hello so I have a customized vertical tab using the drawitem. However I can't put something in the tab control strip. I want to put a calender there so that I can utilize the free space however the ...
0
votes
2answers
100 views

C# MonthCalendar control Get date under cursor

Is there a way to get the date under the cursor on the MonthCalendar control? I'd like to collect this on right click to pass into a dialog. Right clicking doesn't seem to trigger it's click event. I ...
0
votes
4answers
63 views

How to make two arrays correspond with each other with php?

How can I make two arrays correspond with each other? For instance, this the 1st-months array I generated, Array ( [0] => Sep [1] => Oct [2] => Nov [3] => Dec [4] ...
0
votes
1answer
101 views

How can I highlight the dates in month calender control?

I am doing a School Management System Project which is a desktop application using c#.net.In that My Module is Attendance of Students. I am Collecting a list of absent days of a student. Now the ...
0
votes
4answers
429 views

Free winform monthcalendar like google calendar

I know there is this project but updates are freezed at 2009 and I've found some bugs in it! Is this project the only free/opensource way?
0
votes
0answers
45 views

Select a range of non-contiguous values in MonthCalendar

I have a System.Windows.Forms.MonthCalendar. When I select some range of dates is became stange: 1) is there a way to change this "ugly" behavior? 2) Is there a way to be able back-coloring ...
0
votes
1answer
89 views

How do I close a form in the date_changed event of MonthCalendar?

I actually have two questions. When the user clicks the arrows to change months, the 1. of the given month is automatically selected. Is it possible to prevent this behavior, so date_changed first ...
0
votes
1answer
545 views

How can i fix this kind of exception? ArgumentOutOfRangeException

The exception message returns: Year, Month, and Day parameters describe an un-representable DateTime. The exception hits the monthCalendar1.SelectionStart DateTime check_date = ...
0
votes
1answer
126 views

Why does MonthCalendar look different in 3rd party app?

I'm currently working on a plug-in dll for a 3rd party application. Part of my dll includes a pop-up window with a System.Windows.Forms.MonthCalendar in it. Now when I work on it in Visual Studio ...
0
votes
1answer
209 views

In C#, monthCalendar update!

Does monthCalendar gets updated automatically at midnight in C#? Basically, I am using monthCalendar's DateChanged event, so when I click on a new date in the calendar I get an event happening, but ...
0
votes
3answers
365 views

Problem with DateChanged event on MonthCalendar

Tried googling, but cannot really find an answer. Having a Windows Form with a MonthCalendar control and handling of the DateChanged event. the problem is related to change of month by mouse click. ...
0
votes
1answer
529 views

Refreshing BoldDays of TMonthCalendar manually?

I'm using Delphi7. I know that I can use BoldDays in OnGetMonthInfo event of a TMonthCalendar to pass an array of days that I'd like to appear in bold. My problem is that if a new calendar entry is ...
0
votes
0answers
819 views

Using monthcalendar control, when i select a day and use that as a filter for my SQL it does not work as expected

I am trying to use the selectionstart and selectionend attributes from monthcalendar to filter between two login dates in a table. When I chose one single day, this does not work correctly. If i chose ...
0
votes
1answer
268 views

Get all the values of a dataGridTextboxColumn

I have a dataGridView that has a column called Date Due which is of type System.DataTime. I want to put these dates in a monthCalendar. Do I have to iterate throught the column? Do I have to cast it?
0
votes
1answer
2k views

C# WinForms MonthCalendar Control - Customizable Date Range?

I have a list of dates. I would like to be able to populate a windows forms monthcalendar control to show these dates as selectable(clickable) dates, whilst any date that is not in the list is ...
0
votes
2answers
293 views

Is there a .NET Culture-dependent 'Today' string?

I am writing a month calendar-style control, and need to display a string that indicates today's date. So on an English-culture machine it would show 'Today : 11/02/2009'. If a different culture ...
0
votes
2answers
625 views

Gray out dates older than the MinDate in WinForms MonthCalendar control

I am using the MonthCalendar controls in a Windows Forms application. I want to gray out the dates older than the control's MinDate (or give the user some visual clue about which dates are not valid ...