Datetime Combobox MFC Tutorial from the Web

Asked By 50 points N/A Posted on -
qa-featured

I'm on the process of learning Microsoft Foundation Class (MFC) programming. I'm done with the basics of MFC. But on the datetime combobox part,

 can't seem to grasp it with just reading. 

Does anyone know any datetime combobox mfc tutorial that could be viewed and/or downloaded from the web?

SHARE
Answered By 0 points N/A #137508

Datetime Combobox MFC Tutorial from the Web

qa-featured

Hi,

For the Date Time picker control in MFC, I highly recommend you to read and learn the official documentation from MSDN. I’m sure that you already installed this the same time when you installed your Visual Studio application, so please the help documentation from there.

For other useful resources I recommend: https://www.microsoft.com/en-us/download/details.aspx?id=55984 

from Microsoft. 

Also the tutorial on FunctionX site: http://www.functionx.com/visualc/controls/datepicker.htm

They have a neat tutorial on how to use it.

If you need other material please don’t hesitate to contact me,

Aabel

 

Related Questions