winforms
winforms copied to clipboard
Windows Forms is a .NET UI framework for building Windows desktop applications.
While opening the dialog box using the properties, the dialog box appeared behind the application.
**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...
Fixes #12044 ## Proposed changes - Style, localize Message Box and add some public API to use custom icon. ## Screenshots ### Before  ### After ![لقطة...
### .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...
### .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...
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...
See https://github.com/dotnet/razor/pull/12549 (specifically Dustin's comment at https://github.com/dotnet/razor/pull/12549#pullrequestreview-3536137873) for context.
ComboBox.ObjectCollection.CopyTo(Array destination, int index) copies Entry object, not inner item
### .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...
### 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...
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...
### .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...