Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/wpf/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wpf 我可以使用Windows 10开发Windows 7桌面应用程序吗?_Wpf_Windows 7_Windows 10 - Fatal编程技术网

Wpf 我可以使用Windows 10开发Windows 7桌面应用程序吗?

Wpf 我可以使用Windows 10开发Windows 7桌面应用程序吗?,wpf,windows-7,windows-10,Wpf,Windows 7,Windows 10,是否可以使用运行Windows 10的计算机为Windows 7开发桌面应用程序?我正在尝试使用WPF开发应用程序,并在我的设备上安装了Visual Studio 2015 我知道在Windows 7上开发Windows 8/10应用商店应用程序是不可能的,但我不确定反过来是否可能?是的,没有理由不这样做。是的,您没有理由不这样做。您可以在Windows 10上开发一个向后兼容的WPF应用程序,只要您不运行在其他版本的Windows上运行时使用Windows 10中引入的API的代码 您可以检测

是否可以使用运行Windows 10的计算机为Windows 7开发桌面应用程序?我正在尝试使用WPF开发应用程序,并在我的设备上安装了Visual Studio 2015


我知道在Windows 7上开发Windows 8/10应用商店应用程序是不可能的,但我不确定反过来是否可能?

是的,没有理由不这样做。

是的,您没有理由不这样做。

您可以在Windows 10上开发一个向后兼容的WPF应用程序,只要您不运行在其他版本的Windows上运行时使用Windows 10中引入的API的代码

您可以检测Windows版本或更好的检测功能,以确保应用程序根据运行的操作系统使用正确的API


检查API以检测Windows版本

您可以在Windows 10上开发向后兼容的WPF应用程序,只要您不运行在其他版本的Windows上运行时使用Windows 10中引入的API的代码

您可以检测Windows版本或更好的检测功能,以确保应用程序根据运行的操作系统使用正确的API

检查API以检测Windows版本