open another opened Exe, and then take a screen capture of that Exe.
Unsolved
General and Desktop
-
@opengpu said in open another opened Exe, and then take a screen capture of that Exe.:
does Qt have some easy API for this?
No.
You should be able to run and get another exe's handle from QProcess. But then you need to use native methods to grab the screenshot.