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

The WebBrowser control is based on IE Trident engine, which is almost universally unusable for general web browsing these days. It is also based on COM/ActiveX, which poses difficulties in...

:book: documentation: breaking
draft

Fixes #7518 Eventually I should improve #7519 but until then, this is safer approach IMO. cc @Olina-Zhang @dreddy-work @RussKie ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/dotnet/winforms/pull/7589)

:mailbox_with_mail: waiting-for-testing

The runtime PR https://github.com/dotnet/runtime/pull/73087 broke the Visual Basic Application Framework Logging. https://source.dot.net/#Microsoft.VisualBasic.Forms/Microsoft/VisualBasic/Logging/Log.vb,170 ![image](https://user-images.githubusercontent.com/9663150/184300141-c5e087f7-e28c-4c5e-a498-e0db369a3884.png) The original assumption that this would work was, that when `GetSupportedAttributes` gets called in a class derived...

draft

Converted CommDlgExtendedError to CsWin32 ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/dotnet/winforms/pull/7544)

### Is your feature request related to a problem? Please describe This issue is to be used to help centralize information around the change to implement [CsWin32](https://github.com/microsoft/CsWin32). **Blockers:** ~~https://github.com/microsoft/CsWin32/issues/639~~ ~~https://github.com/microsoft/CsWin32/issues/605~~...

api-suggestion

Fixes #6236 ## Proposed changes - Moved returning values of the virtual properties to the base class. - Ordered switch cases in `AccessibleObject.GetPropertyValue` alphabetically. - Removed extra `RecnatgleBounds` overridings. -...

:no_entry_sign: * NO-MERGE *
tenet-accessibility

This pull request updates the following dependencies [marker]: (Begin:d9f5b309-084f-43b5-02de-08d8b80548e4) ## From https://github.com/dotnet/runtime - **Subscription**: d9f5b309-084f-43b5-02de-08d8b80548e4 - **Build**: 20220813.9 - **Date Produced**: August 14, 2022 8:05:35 AM UTC - **Commit**: 7d986fa00cfc93e656e5bc548f244df82c401b59...

- Converted `FormatMessageW` to CsWin32 - Deleted Kernel32 folder since it has no more files inisde it ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/dotnet/winforms/pull/7588)

:mailbox_with_no_mail: waiting-author-feedback

- Convert `GetBitmapBits`,`GetBkColor`,`GetBkMode`,`GetBrushOrgEx`,`GetClipBox`,`GetClipRgn`,`GetCurrentObject`,`GetDeviceCaps`, `GetDIBits`,`GetMapMode`,`GetNearestColor`,`GetObjectType`,`GetRegionData`,`GetRgnBox`,`GetROP2`,`GetStockObject`, `GetSystemPaletteEntries`,`GetTextAlign`,`GetTextColor`,`GetTextExtentPoint32W`,`GetTextMetrics`,`GetViewportExtEx`, `GetViewportOrgEx`,`GetWorldTransform`,`StretchDIBits`,`GetObject`,`GetPaletteEntries`,`GetTextExtendPoint32W` - Move `SelectPaletteScope` to PInvoke folder - Add `IHandle` to `HDC` - `Control.MetafileDCWrapper.cs`: Change initialization of `BITMAPINFO` used in calls `GetDIBits` and `StretchDIBits`. Cswin32...

In the effort to start using CsWin32 (#7445), there may be APIs we'd like changed or added in cswin32 due to missing typedefs, conveniency, etc. This is a tracking issue...

internal-tracking