cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Window to Window QT Creator
Window to Window QT Creator
Aug 7, 2015 at 11:42pm UTC
csstudent123
(409)
Assume, I have a form with a single button "enter".
Now what I want is when I push enter I want another new form with other components. But I do not want the old window behind. How can I do this?
Thanks
Aug 8, 2015 at 5:14am UTC
MiiNiPaa
(8886)
Hide old window.
https://msdn.microsoft.com/en-us/library/windows/desktop/ms633548%28v=vs.85%29.aspx
Aug 10, 2015 at 12:48am UTC
csstudent123
(409)
Thanks, I imagine the same logic applies in QT Creator or Visual Studio...
Topic archived. No new replies allowed.