how to make window close and then open another one

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
mohamad abdelhady
In need of some credit
In need of some credit
Posts: 1
Joined: Tue May 19, 2020 10:38 pm

how to make window close and then open another one

Post by mohamad abdelhady »

i making an app that when started a window that ask the user to log in in order to use the app
i want to know how can i make the code when the user click on the log in button to close the log in window an open the main app window
Post Reply