how can i modify the year in the DateTimePicker?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

when you open the DateTimePicker, when you press on the year you can change
it by using the UpDown control attach to it. i want to also to be able to
write the year (i know you can highlight it and copy the text). is there a
way to do this?
thank you:
ramy dulman.
 
I think it is not possible, it is using a locked texbox...

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 
i thought so.
thank you,
ramy dulman.

Carlos J. Quintero said:
I think it is not possible, it is using a locked texbox...

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 
I use a DateTimePicker with ShowUpDown=true and I can type in the year. I
have no use for the DropDown calendar mode.
 
Back
Top