Basically what I'm trying to do is add a GUI for my scheduler. The idea is that the program would start with three buttons to the left, representing three options. Say you click on Option 1. At this point, the three buttons should disappear, a new "back" button will take their place, and a calendar with date and time would appear, alongside two text boxes.
And of course, if you clicked back, the Calendar, Time, and Text Boxes would disappear and the original three options would return. But I'm new to MFC and was wondering how I could toggle these on and off when the button is pressed.