You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mirroring 4218aeb9b6 Merge commit '6a5c4fc139bf5c79f68d88be6b470e0743a40e24' 4 months ago
.config/guardian/SDL [release/8.0] Remove -pt Images and Add Baselining File (#11224) 1 year ago
.github Update branding to RTM (#9946) 2 years ago
docs Change default opt-in to false for AnchorLayoutV2 in .Net 8.0 (#9942) 2 years ago
eng Merge commit '6a5c4fc139bf5c79f68d88be6b470e0743a40e24' 4 months ago
pkg updated templates location info (#9380) 2 years ago
src [release/8.0] Fix #12661 Null Reference Exception: System.Windows.Forms.TabControl<WmSelChange> (#12731) 5 months ago
.editorconfig Update .editorconfig to add comment for file_header_template 2 years ago
.gitattributes Collapse XLF files in PRs by default (#1938) 6 years ago
.gitignore Add a scratch project to the solution (#9039) 2 years ago
CODEOWNERS add code owners to make adding PR reviewers easier (#61) 7 years ago
CODE_OF_CONDUCT.md Standardize docs formatting (#233) 7 years ago
CONTRIBUTING.md Replace "up for grabs" with "help wanted" (#7643) 3 years ago
CodeMaid.config Fix issue with showing groups in the Inspector when groups are disabled (#4677) 4 years ago
Directory.Build.props [release/8.0] Update dependencies from dotnet/arcade (#10101) 2 years ago
Directory.Build.targets [release/8.0] Update dependencies from dotnet/arcade (#10101) 2 years ago
LICENSE.TXT Initial commit of (squashed) sample from https://github.com/dotnet/arcade-minimalci-sample 7 years ago
NuGet.config Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-runtime build 20250211.18 4 months ago
README.md Update README.md 3 years ago
Restore.cmd Use native tools present on the machine rather than bootstraped tools in CI build (#7841) 3 years ago
SECURITY.md Add SECURITY.md 5 years ago
THIRD-PARTY-NOTICES.TXT Include Notice for Media Used in Test (#7972) 3 years ago
WinForms.vsconfig Updated NativeHost.PlatformToolset version (#5797) 4 years ago
Winforms.sln docs fixes (#9347) 2 years ago
azure-pipelines-PR.yml [release/8.0] Switch to dSAS for internal runtimes (#11591) 11 months ago
azure-pipelines-richnav.yml Automatic Pool provider selection (Main branch) (#8577) 2 years ago
azure-pipelines.yml [release/8.0] Switch to dSAS for internal runtimes (#11591) 11 months ago
build.cmd Use native tools present on the machine rather than bootstraped tools in CI build (#7841) 3 years ago
build.sh Initial commit of (squashed) sample from https://github.com/dotnet/arcade-minimalci-sample 7 years ago
codecov.yml Update code coverage integration 6 years ago
global.json Merge commit '6a5c4fc139bf5c79f68d88be6b470e0743a40e24' 4 months ago
start-code.cmd Add local dev convenience scripts (#3389) 5 years ago
start-vs.cmd Fix VS experience (#4007) 5 years ago

README.md

Windows Forms

License: MIT

Windows Forms (WinForms) is a UI framework for building Windows desktop applications. It is a .NET wrapper over Windows user interface libraries, such as User32 and GDI+. It also offers controls and other functionality that is unique to Windows Forms.

Windows Forms also provides one of the most productive ways to create desktop applications based on the visual designer provided in Visual Studio. It enables drag-and-drop of visual controls and other similar functionality that make it easy to build desktop applications.

Windows Forms Designer

For more information about the designer, please see the Windows Forms Designer Documentation.

Relationship to .NET Framework

This codebase is a fork of the Windows Forms code in the .NET Framework 4.8. In Windows Forms .NET Core 3.0, we've strived to bring the two runtimes to a parity. However since then, we've done a number of changes, including breaking changes, which diverged the two. For more information about breaking changes, see the Porting guide.

Please note

⚠️ This repository contains only implementations for Windows Forms for .NET platform.
It does not contain either:

  • The .NET Framework variant of Windows Forms. Issues with .NET Framework, including Windows Forms, should be filed on the Developer Community or Product Support websites. They should not be filed on this repository.
  • The Windows Forms Designer implementations. Issues with the Designer should be filed via VS Feedback tool (top right-hand side icon in Visual Studio).

How can I contribute?

We welcome contributions! Many people all over the world have helped make this project better.

How to Engage, Contribute, and Provide Feedback

Some of the best ways to contribute are to try things out, file bugs, join in design conversations, and fix issues.

Reporting security issues

Security issues and bugs should be reported privately via email to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter. Also see info about related Microsoft .NET Core and ASP.NET Core Bug Bounty Program.

Code of Conduct

This project uses the .NET Foundation Code of Conduct to define expected conduct in our community. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a project maintainer at conduct@dotnetfoundation.org.

License

.NET (including the Windows Forms repository) is licensed under the MIT license.

.NET Foundation

.NET Windows Forms is a .NET Foundation project.
See the .NET home repository to find other .NET-related projects.