Hello currently I'm working for a music player and I need to have multiple dialogs like (DlgMain, DlgSelectOutputDeviceDeckA,DlgSelectOutputDeviceDeckB etc).
My question is how I can do something like this using wxSmith:
One dialog have an button on it ("About"), when I click "About" I want a dialog to show up with information about my player. Also I want to note that I'm a beginner with wxWidgets and wxSmith, until now all I did were one dialog apps and the the about section was a simple MessageBox, but now I can't use this approch because my dialog needs to contain a photo with the team who was working on the
~Dr.Optix