I'm trying to create a visual c++ application which has a button that when clicked creates a text box, and when clicked again creates a text box underneath the last one created. Then a button which deletes the previously created text box.
Where do I start? Does anyone have any samples of this?
Thank you!