MFC How to make objects appear and disapear.

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.
Last edited on
closed account (E0p9LyTq)
It sounds like you want to create in MFC a property sheet wizard.

To help you get started here's a DuckDuckGo search:

https://duckduckgo.com/?q=mfc+programming+windows+property+sheets+wizard&t=ffsb&ia=web
Topic archived. No new replies allowed.