【发布时间】:2011-11-29 14:35:41
【问题描述】:
仅在此站点上就有许多与 XP 相关的 WPF 问题示例。例如:
- Font problem in windows xp
- some troubles with WPF and Windows XP
- WPF Combobox rendering on XP
- WPF Child Windows problem in Windows XP
- WPF video tearing on Windows XP
- MenuItem blue on hover in xp, fine in windows 7
- Why does my WPF application quit unexpectedly on Windows XP SP2?
- XamlParseException on Windows XP
- XamlParseException in WPF application - but only on when installed on XP
- WPF render glitches on WIN XP
- Running a WPF application on Windows XP
如果我的客户群仍然使用 XP,那么在这个阶段用 WPF 重写我的 VB6 产品是一个好主意,还是我现在应该使用 Winforms 并离开 WPF,直到客户从 XP 升级?
【问题讨论】:
-
WPF 在 XP 中很好用。如果您正在重写应用程序,我会犹豫选择 WinForms 路线。
-
@AaronMcIver:你没有看到我给出的问题列表,表明 XP 存在问题吗?
-
我已经编写了许多 WPF 应用程序,就像在 XP 中编写的许多其他应用程序一样,没有任何问题。仅仅因为提出了问题并不表示问题出在框架上,它可能出在用户身上。
-
@AaronMcIver:在我看来仍然不值得冒险。
-
从以上问题来看,没有人(除了可能的视频撕裂)与 XP 可能的不兼容有关。我在 WPF 中编写的代码不多,但到目前为止我所做的一切都在 XPSP3 上运行良好。我会走 WPF 路线。
标签: wpf winforms windows-xp