winforms icon indicating copy to clipboard operation
winforms copied to clipboard

Windows Forms is a .NET UI framework for building Windows desktop applications.

Results 640 winforms issues
Sort by recently updated
recently updated
newest added

### .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+?...

external-OS-issue

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)

waiting-review

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....

area-HDPI-PMv2
area-Controls-RichEdit

### .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...

external-OS-issue

### 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...

area-VSDesigner
untriaged

Fixes #5961 ## Proposed changes - - use a different color when RightToLeft is set to Yes - - ## Regression? - Yes ## Screenshots ### Before ![image](https://github.com/user-attachments/assets/012071c6-7232-4719-a0e8-d6cf026b8226) ### After...

:mailbox_with_no_mail: waiting-author-feedback

[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...

:construction: work in progress
area-VisualBasic

### 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...

api-suggestion

### 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...

api-suggestion