0
How can I switch between multiple windows in window application using C++?
I am writing a window game application with C++ using Visual Studio, I have created the windows but I am finding it difficult to switch to another windows when the buttons that link to other windows were clicked. Please, I just need someone to give me some clew and I will work more on it. Thanks.
2 ответов
+ 2
I am not sure whether I have understood your query or not..please correct.
You might be looking for modeless windows which allows to click on another window..not sure whether such things are there or not but dialogue does have this property
+ 1
Thanks Ketan for your response, am not looking for modeless windows. What I am looking for is for instance when I click on setting button the window will show all settings and when click on play the window will take me to the game page.