Windows Media Player 10 的 GUI 是如何制作的?是 WPF 吗?
我确信 WPF 可以生成 GUI 副本,但它实际上是用 WPF 制作的吗?
我做了一些搜索,但我无法找到他们使用的 GUI 库。
I'm sure WPF could produce a GUI replica, but is it actually made with WPF?
I've done some searching, but I'm not able to find what GUI library they used.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
几乎可以肯定,所有 C++ 都带有针对标准 WIN32 API 和 DirectX 的混合汇编。 WPF 于 2006 年底随 .NET 3.0 一起推出,Windows Media Player 10 于 2004 年底推出。我还要补充一点,鉴于非方形窗口并利用 DirectX 实现完整动画之外的动画,Windows Media Player UI 并没有什么特别独特的地方。屏幕自 90 年代中期就已存在,一直追溯到 NT 4.0 和 Windows 95。
It is almost certainly all C++ with mixed Assembly against standard WIN32 APIs and DirectX. WPF came out with .NET 3.0 in late 2006 and Windows Media Player 10 came out in late 2004. I would also add that there's nothing exceptionally unique about the Windows Media Player UI given that non-square windows and leveraging DirectX for animation outside of full screen has been around since the mid 90s all the way back to NT 4.0 and Windows 95.