Hi all !
I'm trying to launch a program (any... if only one function that will be nice :p)
With this code I have directly the message box but I never saw the cmd.exe prompt (win xp)... what's going wrong please :( (I'm looking for hours...)
Thanks !
edit:
I also tried this :
Code:
QStringList qsl; QProcess pbrowser; qsl.push_back("http://www.google.com"); int tmp = pbrowser.startDetached(sbrowser, qsl);
(of course it didn't work...)
