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?
Datetime Combobox MFC Tutorial from the Web
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
Â