Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

xaml - WPF and UWP , compatibility for earlier windows

I'm developing an app using WPF , to be used in windows 7x86 up to latest windows 10 versions. I've been trying to find a way to use UWP APIs in my app, remember I'm building an app in windows 10 to be used in all versions of windows 7 , 8 and 10! already looked at [this app identity][1] and [these runtime APIs][2] . specifically looking for sth like this [person picture control][3] [3]: https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/person-picture [1]: https://docs.microsoft.com/en-us/windows/uwp/publish/view-app-identity-details [2]: https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-supported-api#apis-supported-in-both-converted-apps-and-desktop-applications

and also a way to use fluent xaml theme editor or sth like that!

question from:https://stackoverflow.com/questions/65896846/wpf-and-uwp-compatibility-for-earlier-windows

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

You're not going to be able to use UWP APIs and remain compatible with Windows 7 or (I'm 99% certain) even Windows 8. Yes, Microsoft has introduced various ways to consume UWP APIs and controls in WPF and even plain old Win32 apps, some more hack-ish than others, but the resulting applications will still require Windows 10 to run.

If you need to stay compatible with Windows 7, you need to use plain vanilla WPF. Sorry! On the bright side, I've yet to find anything groundbreaking in UWP that can't be replicated in WPF satisfactorily.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...