winforms
winforms copied to clipboard
Windows Forms is a .NET UI framework for building Windows desktop applications.
### .NET version .NET 8.0 ### Did it work in .NET Framework? Not tested/verified ### Did it work in any of the earlier releases of .NET Core or .NET 5+?...
related https://github.com/dotnet/winforms/issues/10453 Proposed changes Add unit tests for ToolStripComboBox.cs to test its properties & methods & events ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/winforms/pull/12347)
For now (.NET9) WinForms on PerMonitorV2 scaling will scale only `Font` property of the control. And if control have other Font properties (and they set to non default font) -...
**.NET Core Version:** SDK: 5.0.301 (ef17233f86) Runtime: 5.0.7 (556582d964) **Problem description:** Moving a window containing a RichTextBox between two displays makes the RichTextBox drop all formattings when PerMonitorV2 is enabled....
### .NET version .Net 9.0 SDK: 9.0.100-RC.2.24474.11 ### Did it work in .NET Framework? No ### Did it work in any of the earlier releases of .NET Core or .NET...
### Environment 17.11.5 ### .NET version .Net8 and .Net9 ### Did this work in a previous version of Visual Studio and/or previous .NET release? Yes in .Net 7 and .Net...
Fixes #5961 ## Proposed changes - - use a different color when RightToLeft is set to Yes - - ## Regression? - Yes ## Screenshots ### Before  ### After...
[Draft] This will be the tracking issues for all the ongoing VB work that we want to accomplish in the .NET 10-time frame. - [ ] https://github.com/dotnet/winforms/pull/12226 (Refactoring out large...
### Background and motivation If we decide to make DownloadFileAsync public, making ProgressDialog public would greatly simplify the design and anyone using it the API would have more control over...
### Background and motivation In order to update Microsoft.VisualBasic.Devices.Network to use HttpClient a set of DownloadFileAsyc needed to be create but they are now Friend Shared. It would be useful...