Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Metro UI 在 Windows 8 中开发了一个应用程序。我希望该应用程序可以在 Windows 7 上运行。这可能吗?
不,至少不会,除非您完全剥离 Metro 并使用 Windows 窗体对其进行编码,这基本上是全部完成。
我有一个 GridView 模板字段,其中包含一个 ASP:Label 字段,该字段每行都有一个唯一的参考号。我还为该控件分配了一个打开的 Javascript 函数,该函数在新窗口中打开一个 URL 并显示具有相同参考编号的文档。<