dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.28k stars 954 forks source link

ShowDialog Intercept Noise #11532

Closed EVA-SS closed 1 week ago

EVA-SS commented 2 weeks ago

.NET version

.NET 6.0 .NET Framework

Did it work in .NET Framework?

Yes

Did it work in any of the earlier releases of .NET Core or .NET 5+?

No response

Issue description

ShowDialog Clicking on other places will make noise, and I want to intercept the noise and mute it

Steps to reproduce

ShowDialog();

EVA-SS commented 2 weeks ago

in AntdUI/AntdUI#9 Can it be resolved through WndProc (ref Message m)?

merriemcgaw commented 1 week ago

StackOverflow may be a better place to find answers to this question. WinForms won't want to enable intercepting this noise from our end for accessibility reasons.