how can i modify the year in the DateTimePicker?

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.
 
C

Carlos J. Quintero [.NET MVP]

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
 
G

Guest

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
 
G

Guest

I use a DateTimePicker with ShowUpDown=true and I can type in the year. I
have no use for the DropDown calendar mode.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top