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.
 
 
 
 
 
 
Hugh Bellamy 3bae4e6b03
Add initial interop testing framework (#1932)
5 years ago
.github Add links in "new issue" flow to other related repos (#3286) 5 years ago
Documentation Fix policheck violations 5 years ago
eng Add initial interop testing framework (#1932) 5 years ago
pkg Add template for WinForms Control Library (#3631) 5 years ago
src Add initial interop testing framework (#1932) 5 years ago
.editorconfig Update Microsoft.CodeAnalysis.PublicApiAnalyzers (#3157) 5 years ago
.gitattributes Collapse XLF files in PRs by default (#1938) 6 years ago
.gitignore [master] Update dependencies from dotnet/arcade (#622) 6 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
Directory.Build.props Merge remote-tracking branch 'remote/release/3.1' 6 years ago
Directory.Build.targets fix: `PrintDialog` not shown (#2851) 5 years ago
LICENSE.TXT Initial commit of (squashed) sample from https://github.com/dotnet/arcade-minimalci-sample 7 years ago
NuGet.config add dotnet tools feed (#3130) 5 years ago
README.md Update readme to refer to v3.1 and link to breaking changes (#2529) 6 years ago
Restore.cmd Add intellisense blob as part of native toolset restore and int… (#1241) 6 years ago
SECURITY.md Add SECURITY.md 5 years ago
THIRD-PARTY-NOTICES.TXT add license notice for Ookii.Dialogs 7 years ago
Winforms.sln Add initial interop testing framework (#1932) 5 years ago
azure-pipelines.yml Enable internal build consumption (#3616) 5 years ago
build.cmd arcade made a change to make binlog a switch but did not make creating it the default so adding it explicitly (#234) 7 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 Add initial interop testing framework (#1932) 5 years ago
roadmap.md Updated roadmap.md (#3304) 5 years ago
start-code.cmd Add local dev convenience scripts (#3389) 5 years ago
start-vs.cmd Another incremental improvement (#3499) 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.

To learn about project priorities as well as status and ship dates see the Windows Forms Roadmap.

⚠️ This repository contains WinForms for .NET Core. It does not contain the .NET Framework variant of WinForms.

Windows Presentation Foundation (WPF) is another UI framework used to build Windows desktop applications which is supported on .NET Core. WPF and Windows Forms applications run only on Windows operating systems. They are part of the Microsoft.NET.Sdk.WindowsDesktop SDK. You are recommended to use Visual Studio 2019 Preview 1 to use WPF and Windows Forms with .NET Core.

Getting started

Build Status & Dependency Flow

Public CI ➡️ Internal CI ➡️ Core Setup CI ➡️ Core SDK CI
master Build Status Build Status Build Status Build Status
release/3.1 Build Status Build Status Build Status Build Status
release/3.0 Build Status Build Status Build Status Build Status

Code Coverage

Production Code
master codecov
release/3.1 codecov
release/3.0 codecov

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.

.NET Framework issues

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.

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.

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.

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 Core (including the Windows Forms repository) is licensed under the MIT license.

.NET Foundation

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