Yes the Idea is valid in theory and thin air. I don't see how to control
each individual day format.
It is not available like on in the web control.
Hi,
> Yes the Idea is valid in theory and thin air. I don't see how to control
> each individual day format.
> It is not available like on in the web control.
You are right, it's not available.
You will have to do it yourself. Before doing that I advise you to google
aroudn for projects, this may be asked and answered before.
For example a query of datetimepicker color in google returned this:
http://www.codeproject.com/cs/miscctrl/extended_datetimepicker.asp
Otherwise take a look at some commercial options like Infragistics.
Infragistics implement a kind of CSS for windows controls that is super
cool, You can change the look of your application on the fly and the
controls are very configurable
Chris Shepherd - 21 Sep 2007 23:40 GMT
> You will have to do it yourself. Before doing that I advise you to google
> aroudn for projects, this may be asked and answered before.
> For example a query of datetimepicker color in google returned this:
> http://www.codeproject.com/cs/miscctrl/extended_datetimepicker.asp
Yeah, I had googled and found several similar but not quite examples of
other controls. I was just wondering if there was some kind of simpler
method that I had somehow missed.
> Otherwise take a look at some commercial options like Infragistics.
> Infragistics implement a kind of CSS for windows controls that is super
> cool, You can change the look of your application on the fly and the
> controls are very configurable
Looks cool, I may have to see if management will go for it.
Chris.