winforms
winforms copied to clipboard
Windows Forms is a .NET UI framework for building Windows desktop applications.
I must admit that I've been using these two methods, via reflection, for ... a very, very, very long time (15 years?). Paint.NET relies on them in order to create...
The **Label** Control already supports the **AutoEllipsis** property, but the following similar controls do not yet support the AutoEllipsis property. **Supported:** https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.label **Unsupported:** ToolStripLabel Control: https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.toolstriplabel ToolStripStatusLabel Control: https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.toolstripstatuslabel About...
I'm sure I'm not the first to ask this but is there anything new with regards to WinForms event handlers implementing `async`? Basically, since everything is basically done in event...
Some items at some forms (`ListViewTest`, `TreeViewTest`) of our internal test application (`WinformsControlsTest`) are created from the resources:   These items are not visible at the Managed Resources Editor:...
Windows 11 implemented a new look and feel. While we get most of that automatically through the Common Controls we do have several places where we owner draw our controls...
We've been working on improving our HDPI experience for the last few releases. We're going to put a significant focus on HPDI as part of .NET 7. Issues will be...
Official BinaryFormatter removal announcement: https://github.com/dotnet/runtime/issues/98245 BinaryFormatter is an inherently unsafe serliazer. WinForms used it quite a bit in early versions and now we should remove as much of this as...
The [LibraryImportGenerator](https://github.com/dotnet/runtime/issues/43060) experiment lands .NET 7 and provide slightly better performance with high compatibility bar. Also LibraryImportGenerator probably would be productized for .NET 7 https://github.com/dotnet/runtime/issues/60595 .NET Team itself embrace it...
**Is your feature request related to a problem? Please describe.** The problem is difficult to copy form from one project to another. 1) Potentially problems in resources (same name image...
This is a tracking bug for the comment on https://github.com/dotnet/winforms/pull/6198#pullrequestreview-809063648. Goal is to move some of the Boolean flags in the ContainerControl Class to a bitfields to improve performance.