嵌入 WPF 形式的 Skype
从全屏应用程序中,我需要启动另一个程序(在本例中为 Skype)。我设法最小化全屏应用程序并显示 Skype,但完成后,该应用程序不会返回全屏。
有没有办法启动嵌入我的 WPF 表单或其他内容中的 Skype?
该应用程序在公共站点(触摸屏)上运行,因此我不希望用户访问系统。
有什么想法或什么吗? 提前致谢。
From a full screen application, I need to launch another program (Skype in this case). I managed to minimize the full screen application and show Skype, but once finalized, the app does not return to full screen.
Is there a way to launch Skype embedded in my WPF form or something?
The application is running on a public stand (touchscreen), so I don't want users to access the system.
Any ideas or something?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以等待 C# 中的加壳应用程序结束,您只需按照这些说明操作即可。所以你现在使用的方法是可行的,并且你不需要将Skype嵌入到WPF表单中。
http://support.microsoft.com/kb/305369
You can wait for a shelled application to end in C#, you just need to follow these instructions. So the method you are using now will work, and you do not need to embed Skype in a WPF form.
http://support.microsoft.com/kb/305369
有一个 Skype API,但不幸的是它将于今年年底停止使用。
这可能是完美的:-(
There is a Skype API but unfortunately it's being discontinued the end of the year.
That may have been perfect :-(