在另一个框架或对话框中绘制一个框架或对话框
我已经多次看到这个问题,但对 wxpython 没有任何了解,
我正在开发一个必须管理远程应用程序的项目。我需要访问远程应用程序的外观。我有一些简单的方法可以在我的本地应用程序中显示应用程序的外观。
是否可以将渲染的图像导出到缓冲区和/或然后导出到可以检索的图像
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
回答你最后一个问题,是的,这是可能的。
您可以按照描述截取远程窗口的屏幕截图 这里
我不知道你如何管理你的远程应用程序,但你可以通过套接字或任何你想要的方式发送屏幕截图。
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.