
customize month names in DateTimePicker Control
Hey Koert:
I don't think you can. The event which adjusts for what the user clicked on
and respond accordingly, is internal to the control.
Quote:
> Hi,
> I would like to customize the month names in the
> DateTimePicker control. I receive the month names out of
> a ProcessComputer so I must show them exactly on the
> DateTimePicker Control. Now I display the month names in
> the format, like:
> DateTimePicker.customFormat = "12-monthname-2000"
> But the problem is that if you use the 'dropdown - month
> calendar' the months received from the system are
> displayed. So my question is if there is any possibility
> to customize the month names for the whole control, like
> passing an array with month names ?
> thanks, greetings Koert.