winforms
winforms copied to clipboard
Windows Forms is a .NET UI framework for building Windows desktop applications.
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/use-of-webp-extension-as-backgroundimage/10699446)._ --- Suggestion! There is already a webp part https://learn.microsoft.com/en-us/dotnet/api/system.drawing.imaging.imageformat.webp?view=net-8.0 however. We can't use that kind of image as background....
### .NET version 10.0 Preview 6 ### 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/blob/9becf03cc9e364a90889672e1f383cd72568a4cb/src/System.Windows.Forms/System/Windows/Forms/Control.cs#L289 We currently create copies of `Font`s for every DPI for every Control when PMv2 is enabled. This is hugely inefficient as most Applications do not have a different font...
### .NET version 8 ### Did it work in .NET Framework? Yes ### Did it work in any of the earlier releases of .NET Core or .NET 5+? _No response_...
### Environment VS Version: Insiders [11111.16] ### .NET version .net core 9 ### Did this work in a previous version of Visual Studio and/or previous .NET release? i don't remember...
### **Description** When running a basic Windows Forms application on a display with 125% or 150% DPI scaling, the form's border renders as three horizontal lines of varying thickness. This...
### .NET version .NET SDK 10.0.100 ### Did it work in .NET Framework? No ### Did it work in any of the earlier releases of .NET Core or .NET 5+?...
### .NET version 8.0 ### Did it work in .NET Framework? Yes ### Issue description When building a simple WinForms control library targeting .NET 8-windows, attempting to add the generated...
### Background and motivation I need an `IPicture` or `IPictureDisp` with type `PICTYPE_ICON`. Currently I can wrap my `Icon` into a `Cursor` and call `GetIPictureFromCursor()`, which extracts the icon from...
### .NET version 9.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+? I...