DateTimePicker Dialog in C#
Posted
by James
on Stack Overflow
See other posts from Stack Overflow
or by James
Published on 2010-03-15T18:54:35Z
Indexed on
2010/03/15
18:59 UTC
Read the original article
Hit count: 502
I need to have a pop-up dialog like the Color Dialog or Save Dialog but for choosing a date from a calendar. The DateTimePicker is what I need, but I don't know how to launch this like a pop-up dialog in C#.
© Stack Overflow or respective owner