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

**Environment** Visual Studio Professional 2022 - version 17.14.18 **.NET version** .NET 8 **Issue description** We are attempting to open the OpenFileDialog box using the properties of the panel, but the...

untriaged
needs-area-label

Fixes #12044 ## Proposed changes - Style, localize Message Box and add some public API to use custom icon. ## Screenshots ### Before ![لقطة شاشة 2025-05-11 190703](https://github.com/user-attachments/assets/a857f171-bba9-49b8-b3bd-4f7af9cf1506) ### After ![لقطة...

untriaged
area-DarkMode

### .NET version latest .NET 10.0 build ### Did it work in .NET Framework? No ### Did it work in any of the earlier releases of .NET Core or .NET...

untriaged
area-DarkMode

### .NET version Tested in current versions: .NET8, .NET9 and .NET10, and the issue exists in all versions. ### Did it work in .NET Framework? Yes ### Did it work...

untriaged
area-HDPI

Our internal tools are flagging these blocks of code as potentially improper use of the `not ... or ...` pattern matching syntax. https://github.com/dotnet/winforms/blob/2f677f9560b5258212c721c17f1e8803581608d7/src/System.Windows.Forms.Design/src/System/ComponentModel/Design/ByteViewer.cs#L173-L177 See https://github.com/dotnet/roslyn/issues/75506 for more information on why...

area-VSDesigner

See https://github.com/dotnet/razor/pull/12549 (specifically Dustin's comment at https://github.com/dotnet/razor/pull/12549#pullrequestreview-3536137873) for context.

area-COM

### .NET version .NET 8, 10 etc. ### Did it work in .NET Framework? Yes ### Did it work in any of the earlier releases of .NET Core or .NET...

needs-area-label

### Background and motivation In an application we have the following code: ```vbnet Private Sub MyControl_LookUpEdit_EditValueChanged(sender As Object, e As EventArgs) Handles MyControl_LookUpEdit.EditValueChanged BeginInvoke(New MethodInvoker(AddressOf AfterMyControlChange)) End Sub ``` It...

api-suggestion
untriaged
needs-area-label

I'm implementing CI/CD for a couple applications using GithubActions in GHES with a self-hosted runner and I've been facing this problem "An error occurred while validating. HRESULT = '80004005'" for...

area-VSDesigner

### .NET version latest .NET 10.0 build ### Did it work in .NET Framework? Yes ### Did it work in any of the earlier releases of .NET Core or .NET...

untriaged
:boom: regression-release
area-DarkMode