Redirection?
C#
3
Posts
3
Posters
0
Views
1
Watching
-
hi, how to redirect the output of certain window into my app to make this window appear in certain pos in my application consider that i have DirectX App
The short version is, you can't. Simply because you can't tell the app's paint code to repaint in another processes window. What you might want to try is grabbing the image of the original app window, sort of like Alt-PrintScreen does, and using the image in your app. RageInTheMachine9532
-
hi, how to redirect the output of certain window into my app to make this window appear in certain pos in my application consider that i have DirectX App