I am experimenting with a home application hosting infrastructure, and I would like to abstract I / O so that I can gracefully handle failures. Chrome uses a very similar model.
Is there any way to take an arbitrary window handle and convince it to start rendering to the inverse buffer? Or should I first create my own window and then add the client application to it?
source share