L
Lonifasiko
How dissapointing is to see that MonthCalendar control does not work as
expected!
Date_Changed event is fired even when the previous month/next month
arrows are pressed. I needed a Date_Selected event, not Date_Changed.
Besides, in my case, the event fires infinite times. If you code
Date_Changed event, just click next month arrow, and you'll see that
the event is fired continuously all the time. Incredible! Smells like a
terrible bug.
Well, in a previous month, they suggested me taking a look at this nice
and easy article at
http://blog.opennetcf.org/ayakhnin/PermaLink.aspx?guid=9a6a541c-9109-4748-b3e0-6f8d0ed2f95f
I need same functionality but oriented to MonthCalendar and
DateSelected event.
I've more or less coded what I need but my fix does not work all good
it should.
If you see the linked article, I would like to know what values do I
need to my particular case. The following values are related to
Combobox, but I need MonthCalendar control related values, values for
DateSelected event.
Where can I find them? These are the values used for Combobox:
private const int WM_COMMAND = 0x111;
private const int CBN_DROPDOWN = 7;
Can anybody point me in the right direction please?
Thanks very much.
expected!
Date_Changed event is fired even when the previous month/next month
arrows are pressed. I needed a Date_Selected event, not Date_Changed.
Besides, in my case, the event fires infinite times. If you code
Date_Changed event, just click next month arrow, and you'll see that
the event is fired continuously all the time. Incredible! Smells like a
terrible bug.
Well, in a previous month, they suggested me taking a look at this nice
and easy article at
http://blog.opennetcf.org/ayakhnin/PermaLink.aspx?guid=9a6a541c-9109-4748-b3e0-6f8d0ed2f95f
I need same functionality but oriented to MonthCalendar and
DateSelected event.
I've more or less coded what I need but my fix does not work all good
it should.
If you see the linked article, I would like to know what values do I
need to my particular case. The following values are related to
Combobox, but I need MonthCalendar control related values, values for
DateSelected event.
Where can I find them? These are the values used for Combobox:
private const int WM_COMMAND = 0x111;
private const int CBN_DROPDOWN = 7;
Can anybody point me in the right direction please?
Thanks very much.