简体   繁体   English

WPF应用程序可以在Windows 8平板电脑上工作吗?

[英]WPF application work on windows 8 tablet?

I am new to WPF. 我是WPF的新手。 Currently I am developing a personal(at home) application in WPF. 目前,我正在WPF中开发个人(家庭)应用程序。 I am using Visual Studio 2010. After releasing windows 8 tablet can I install my WPF application on it too? 我正在使用Visual Studio2010。发布Windows 8平板电脑后,我也可以在其上安装WPF应用程序吗? What about windows phone 8? Windows Phone 8呢? Or I need to create these applications separately in appropriate platforms? 还是我需要在适当的平台上分别创建这些应用程序?

Also I am using window encoder 4 for video and audio capturing. 另外,我正在使用窗口编码器4进行视频和音频捕获。 Will it work on the above mentioned platorms? 是否可以在上述平台上使用?

FURTHER NOTES: The program is written in C# and is a full screen application(Means no title bar or close/minimize/maximize buttons). 补充说明:该程序用C#编写,是一个全屏应用程序(没有标题栏或没有关闭/最小化/最大化按钮)。

Any more details or suggestions will be great full. 任何更多细节或建议将非常有用。

Thanks 谢谢

After releasing windows 8 tablet can I install my WPF application on it too? 发布Windows 8平板电脑后,我也可以在其上安装WPF应用程序吗?

Haven't seen any information about it, but I don't see any technical reason that would be banned. 尚未看到有关此信息的任何信息,但我看不到任何会被禁止的技术原因。

What about windows phone 8? Windows Phone 8呢?

You have make a new app with Silverlight for Windows Phone or XNA (a lot Silverlight stuff maps directly to WPF so won't be hard). 您已经使用Windows Phone或XNA的Silverlight制作了一个新应用(很多Silverlight的内容直接映射到WPF,所以不会很难)。 This one apply for WP7 and WP7.5. 此版本适用于WP7和WP7.5。 There is no official info about WP8 on this subject. 没有关于此主题的WP8的官方信息。

Also I am using window encoder 4 for video and audio capturing. 另外,我正在使用窗口编码器4进行视频和音频捕获。 Will it work on the above mentioned platorms? 是否可以在上述平台上使用?

What do you mean? 你什么意思? Do you use an app? 您是否使用应用程序?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM