I have a QT application which allows the user to start other executables (using QProcess::startDetached() to run them). Sometimes, the new app is run behind my app (users say it is minimized, but that's because it's behind the maximized app). Is there a way to push the new executable to the front? I'll accept a parameter for QProcess or another call. This runs under Linux & Windows, but the problem only seems to occur under Windows.
Thanks,
Vycke


Reply With Quote

Bookmarks