用于为 Windows Vista/7 开发 .NET 应用程序的资源?
我正在寻找一些用于为 Windows Vista/7 开发 .NET 应用程序的资源。 面临哪些挑战?有处理 UAC 的资源吗?升级大型企业 XP 应用程序怎么样?
我们有一个使用 C# 和 .NET 2.0 框架编写的大型 WinForms 应用程序。我们的任务是让这个应用程序在 Windows7 上运行。无法升级到 WPF、.NET 3.5、.NET 4.0 等。任何指向博客、书籍等的帮助都会很棒。
I am looking for some resources for developing .NET apps for Windows Vista/7.
What are the challenges? Are there resources on dealing with UAC? What about upgrading a large enterprise XP application?
We have a large WinForms application written in C# with the .NET 2.0 framework. We are tasked with getting this application to run on Windows7. Upgrading to WPF, .NET 3.5, .NET 4.0 etc. is not an option. Any help pointing to blogs, books etc. would be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能会受益于我在很多地方发表的关于使用 代码包 添加内容的演讲跳转列表、任务栏覆盖等到您的应用程序。 这是去年 Tech Ed Europe 的录音。我还有一个用于 Windows 7 开发的 博客类别 - 我希望你会发现它很有帮助。
第 1 步 - 尝试运行它。看看什么有效,什么无效。了解您的 UAC 问题并更改代码以停止假设您的用户是管理员。第 2 步 - 添加一些简单的灯光,就像我上面演讲中的那样。步骤 3 - 考虑使用可能需要更大更改的其他 Windows 7 功能,但前提是您已使其正常工作(步骤 1)并且看起来像 Windows 7 应用程序(步骤 2)。
You might benefit from a talk I have given a lot of places about using the Code Pack to add jumplists, taskbar overlays, etc to your application. Here is a recording of it from Tech Ed Europe last year. I also have a blog category for Windows 7 development - I hope you would find it helpful.
Step 1 - try running it. See what works and doesn't work. Understand your UAC issues and change the code to stop assuming your users are admin. Step 2 - add some simple light-ups like those in my talk above. Step 3 - consider using other Windows 7 features that might require bigger changes, but only after you've got it working (step 1) and looking like a Windows 7 app (step 2.)