What is the simplest and most user-friendly way to enable someone to
specify a date and time in VC++?

Thank you.

Re: date and time by Alex

Alex
Thu Jun 08 12:41:53 CDT 2006

mike7411@gmail.com wrote:
> What is the simplest and most user-friendly way to enable
> someone to specify a date and time in VC++?

To use DateTime picker control or similar.



Re: date and time by William

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