Windows Develop Bookmark and Share   
 index > Windows Forms General > Windows Forms Version
 

Windows Forms Version

Hello All,

I'm using VS 2008 with .NET 3.5 SP 1. What version of the Windows Forms APIs do I have? Would it be 3.5, or are they versioned separately from .NET?

Thanks,
Dave
dtheese  17 hours 20 minutes ago
Technically, you have version 2.0.0.0 of the Windows Forms API, defined in the System.Windows.Forms.dll assembly. 

If you're using .NET 3.5sp1, it will have the runtime version v2.0.50727, but it is still the 2.0.0.0 API.

Windows Forms is not receiving the same new development it did prior to VS2005/.NET 2.0, since Windows Presentation Framework has come onto the scene as the new UI framework.  Windows Forms is still receiving bug fixes with new versions of the .NET framework, but not new features.

Reed Copsey, Jr. - http://reedcopsey.com
  • Marked As Answer bydtheese 17 hours 8 minutes ago
  •  
Reed Copsey, Jr.  17 hours 9 minutes ago
Your Window Application will be .Net application in Dotnet 3.5 Framework. And you will require .NET 3.5 SP1 framework on computers on which you need to run your application.
Gaurav Khanna
Khanna Gaurav  17 hours 12 minutes ago
Technically, you have version 2.0.0.0 of the Windows Forms API, defined in the System.Windows.Forms.dll assembly. 

If you're using .NET 3.5sp1, it will have the runtime version v2.0.50727, but it is still the 2.0.0.0 API.

Windows Forms is not receiving the same new development it did prior to VS2005/.NET 2.0, since Windows Presentation Framework has come onto the scene as the new UI framework.  Windows Forms is still receiving bug fixes with new versions of the .NET framework, but not new features.

Reed Copsey, Jr. - http://reedcopsey.com
  • Marked As Answer bydtheese 17 hours 8 minutes ago
  •  
Reed Copsey, Jr.  17 hours 9 minutes ago

You can use google to search for other answers

Custom Search

More Threads

• Where is the ToolStripLabel control?
• TextBox and c#
• Multiple Programming language Support in a SIngle project
• DatagridView ContextMenustrip on Dual Monitors
• How to create a Windows Forms DLL?
• NotifyIcon poping up a micro-window
• Dispose and custom components
• how to scroll a disabled listview
• Running a Control in another thread?
• Datagrid Contextmenu Pop up