Hi,
I have a DateTimePicker control thatis embedded in aDataGridView.
I would like to programmatically manipulate what part of the DateTime is highlighted. For instance, depending on certain circumstances highlight the month, or sometimes highlight the year.
So far the only solution I have is to use SendKeys, for example:
SendKeys.Send("{RIGHT}");
This work must besubmitted to the head designer, and she is very strict. I would rather not present a SendKeys solution, if anyone can help me do this another way I would appreciate it.
Thank you,
Eric