I have 2 applications, let's say App1 and App2. App1 have a console and a second window where some stuff is displayed. What i want to do is to be able to see the second window of App1 inside App2(Mirror the window in the second applicaiton)
I read some stuff about window handle but i'm not sure how to use it.Is it enough to just pass the handle of the window to App2?
Are there any other ways to do this mirroring thing?