William
Thu Jun 08 12:47:02 CDT 2006
<mike7411@gmail.com> wrote in message
news:1149786906.981246.293880@i40g2000cwc.googlegroups.com...
> What is the simplest and most user-friendly way to enable someone to
> specify a date and time in VC++?
Most-friendly way, I don't know. I like to use two date and time picker
controls:
http://windowssdk.msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/datetime/datetime.asp
one set up to display a date and one the time.
Regards,
Will