winforms
winforms copied to clipboard
Windows Forms is a .NET UI framework for building Windows desktop applications.
.NET Core Version: * .NET SDK 7.0.100-preview.2.22108.9 Have you experienced this same bug with .NET Framework?: - Yes **More Info:** 1. This issue can’t reproduce on Windows 10 OS. 2....
### .NET version .NET SDK 7.0.100-preview.7.22370.3 ### Did it work in .NET Framework? Yes ### Did it work in any of the earlier releases of .NET Core or .NET 5+?...
https://github.com/dotnet/winforms/pull/7376/commits/7006bb4884df1d762ba2feb0da14a7824611c1ca suppressed trimmable warnings to enable dependency flow. These warnings should be further investigated. Suggestions from Jeremy and Vitek: 1. Annotate types that are serialized into resx. Introduce a build-time/design-time...
Hiding TabStop property of PrintPreviewControl from Designer and setting the default value as false.
Fixes #3678 ## Proposed changes - Set the default value of TabStop to false. - Hided TabStop property from Designer. ## Customer Impact - Developer won't see the TabStop property...
Repro: 1. create a core winforms application 2. add a text box and a print preview control to a form 3. run the application and TAB through the form result:...
### Is your feature request related to a problem? Please describe The only problem is a lack of a modern Tab control, not a technical problem. ### Describe the solution...
### .NET version .NET 7.0 ### Did it work in .NET Framework? Yes ### Did it work in any of the earlier releases of .NET Core or .NET 5+? Yes...
* .NET Core Version: .NET Core SDK (gemäß "global.json"): Version: 3.1.200 Commit: c5123d973b Laufzeitumgebung: OS Name: Windows OS Version: 10.0.18363 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\3.1.200\ Host...
* .NET Core Version: **.NET Core 3.1 onwards** * Have you experienced this same bug with .NET Framework?: **No** **Problem description:** `System.Diagnostics.Trace.Assert` and `System.Diagnostics.Debug.Assert` no longer trigger a dialog prompts...
### .NET version 7.0.100-preview.7.22323.18 ### Did it work in .NET Framework? No ### Did it work in any of the earlier releases of .NET Core or .NET 5+? No ###...