English 中文(简体)
2.0.3.5/4.0中Windows表格执行之间的差别如何?
原标题:What are the differences between Windows Forms implementation in .Net 2.0/3.5/4.0?

Windows表格在APIC和功能上存在重大差异。 框架版本2.0、3.5和4.0?

如果你执行申请(窗口表格),即: 净框架版本将是你们的选择? 我的目标部署机器将安装在窗户XP中的60%,窗户中的40%。 我目前的选择是2.0Net。

问题回答

自2.NET 2.0(VS2005)以来,Winforms一直是特质。 从事这项工作的小组仅以名义存在,大多数小组成员转而加入世界森林论坛。 自2.0以来,只有关键的操作系统兼容性和安全装置才被释放。 我只了解斯蒂德凯斯的改变,使之在Vista更好地发挥作用。 并向开放/拯救联邦运动提供最新信息,使之能利用本土的Vista FIileDialog接口。 2008年VS改进了设计错误处理。

Some late additions that are not technically part of Winforms nor are included with the framework download but otherwise work well in a Winforms app are the Visual Basic Power Pack controls, the Chart control and the Windows API Code Pack.

自全球森林论坛引入3.0网以来,作为旧技术的WinForms几乎保持不变。 因此,如果你选择“网络2”,就会出现一个大问题。

然而,注意到Microsoft不再支持2NET(You must use NET 3.5 SP1),因此是安全的,NET SP 3.51和NET 4+是所建议的选择。

http://blogs.technet.com/b/life/archive/204/30/net-framework-3-5-sp1-and-later-now-support-as-part-of-microsoft-windsow.aspx





相关问题
Bring window to foreground after Mutex fails

I was wondering if someone can tell me what would be the best way to bring my application to the foreground if a mutex was not able to be created for a new instance. E.g.: Application X is running ...

How to start WinForm app minimized to tray?

I ve successfully created an app that minimizes to the tray using a NotifyIcon. When the form is manually closed it is successfully hidden from the desktop, taskbar, and alt-tab. The problem occurs ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

Handle DataTable.DataRow cell change event

I have a DataTable that has several DataColumns and DataRow. Now i would like to handle an event when cell of this DataRow is changed. How to do this in c#?

Apparent Memory Leak in DataGridView

How do you force a DataGridView to release its reference to a bound DataSet? We have a rather large dataset being displayed in a DataGridView and noticed that resources were not being freed after the ...

ALT Key Shortcuts Hidden

I am using VS2008 and creating forms. By default, the underscore of the character in a textbox when using an ampersand is not shown when I run the application. ex. "&Goto Here" is not ...

WPF-XAML window in Winforms Application

I have a Winforms application coded in VS C# 2008 and want to insert a WPF window into the window pane of Winforms application. Could you explain me how this is done.

热门标签