Is it possible to show in one application window (maximized) live screens of another applications that are running concurrently.
I have the following conceptual idea (see below screenshot): the main application is showing while multiple excel applications are running concurrently. Instead of clicking (or tabbing) between applications or resize these windows to be shown on screen, I would want to simply have the main application maximized to show life screens of all these opened excel workbooks.

I use periodic calls to
PrintWindowfor that.I’m not completely happy with this solution for it seems a bit hacky. But it also scans hidden windows.
The code is