Redirect window of command line tool to your app (Windows)

Posted by dribler on Stack Overflow See other posts from Stack Overflow or by dribler
Published on 2009-11-15T21:30:00Z Indexed on 2010/06/06 4:02 UTC
Read the original article Hit count: 183

Filed under:
|
|
|
|

Hello,

is there a way (on Windows XP+) to redirect the output of a window created by a process created with e.g. CreateProcess to a window of your own program?

I'd like to make a nicer GUI for ffplay.exe which is an open source video player. It is a command line tool, which opens a simple window in which it plays back the video. Can I "capture" this window and display the output in my own program somehow?

Thanks for any hints you can provide.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about process