The situation is like this: I want to capture the pop-ups of IPmsg.exe in my python program.
There is an easy way of doing it, which is reading from the log file. But I would like to know if this can be done without bringing log files into discussion. For more on IPmsg.exe: http://ipmsg.org/index.html.en
That was being specific. Now, what would be a generic approach to capturing the output of a windows based GUI program?