Search code examples
pythonwxpythonwxwidgets

Draw a frame or dialog inside another


I have seen this question a lot of times but nothing about wxpython

I am working on a project where I have to admin a remote application. I would need to access the look of the remote application. I there some simple way how I could show in my local application how the application looks.

Is it possible to export the rendered image to the buffer and/or then into an image that could be retrieved


Solution

  • To answer you last question, yes it is possible.

    You can take a screenshot of your remote window as described here

    I do not know how do you admin your remote application, but you can then send the screenshot via sockets or whatever you want.