Leaf Shi
Leaf Shi
Using InlineData can make the code more concise, like this https://github.com/dotnet/winforms/blob/10f120ddca8dc60568e4b9cb93667e90746aade3/src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/SplitterTests.cs#L1063
> @LeafShi1, what do you think? It will be fine to keep this. Please resolve the conflict.
This issue appears after PR #11540
This issue disappear after add binary Formatter package (Related PR #11741)
> [@LeafShi1](https://github.com/LeafShi1) could your team try bisecting to find which commit regressed this? This issue caused by the PR [11523](https://github.com/dotnet/winforms/pull/11523)
Try to use Shell_NotifyIcon simulation, but in win11, the notification message cannot pop up. `nid.hIcon = LoadIcon(NULL, IDI_WARNING) ` control which icon is displayed. How the icon mentioned in the...
@elixss On win11, it does not support changing the tray icon. Please see the sample program for details. [WinFormsApp5.zip](https://github.com/user-attachments/files/17630934/WinFormsApp5.zip)
> I'm not sure that this fix addresses all possible cases. Fundamentally, we are missing information about what font/DPI the controls are scaled for right now. This fix assumes that...
> > But there is a question, should we scale the font before the handle is created? > > We don't have this information at the Handle creation time. In...
> Jeremy is planning to rework the default font handling. So fix for this issue will depend on the new infrastructure that he will put in. Could you please wait...