Please help me find a tutorial that walks me through the process of creating a desktop app and ends up with a dialog containing, for example, some labels, text boxes, checkboxes, and buttons.
The project will eventually use OpenGL to draw some charts. I don’t know if it should use MFC, ATL, or something else.
This is for Windows 10 and visual Studio 2017 Professional, C++
Yes, I have googled and tried several MSDN walkthroughs but not discovered what is needed.
Thank you for your time
Note, apologies for the tags. they are required, but will accept nothing I typed in. Tried "di" for dialog and found nothing appropriate. Selected something from the options and went with that.
Example problem: A video tutorial begins with: New -> Project -> MFC -> MFC Application
This install of VS 2017 Professional has: New -> Project -> MFC/ATL -> ATL Project
MCS/ATL is the only MFC option at the Project level, and ATL Project is the only sub-option provided. Have I configured something wrong with VS 2017? How important is this?