Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the old .NET 4.x WinForms graphics #190

Closed
theuserbl opened this issue May 14, 2024 · 3 comments
Closed

Using the old .NET 4.x WinForms graphics #190

theuserbl opened this issue May 14, 2024 · 3 comments

Comments

@theuserbl
Copy link

The actual graphics are the new one, which Microsoft added April, 26th, 2019:
https://github.com/madewokherd/winforms/tree/d846549f0e5effe8f8f7d2a64e91746608b6a934/src/System.Windows.Forms/src/Resources/System/Windows/Forms
Thats the typical .NET Core / .NET 5.x graphcis. They are mostly colorless, only black and white. Microsoft says they are "modern".
Here for example the new standard icon for a Windows-Forms-Program:
https://github.com/madewokherd/winforms/d846549f0e5effe8f8f7d2a64e91746608b6a934/src/System.Windows.Forms/src/Resources/System/Windows/Forms/wfc.ico

But the old colorful graphics you can find at:
https://github.com/dotnet/winforms/tree/06dc5e3bdfab68d88aaf445fd9e7562f28d05fae/src/System.Windows.Forms/src/Resources/System/Windows/Forms
Thats the graphics of Windows Forms of .NET 4.x.
For comparision, here the default old icon:
https://github.com/dotnet/winforms/06dc5e3bdfab68d88aaf445fd9e7562f28d05fae/src/System.Windows.Forms/src/Resources/System/Windows/Forms/wfc.ico

So please use for WinForms in WineMono the old icons amd graphics.

@madewokherd
Copy link
Owner

Patches would be appreciated but I'll add this to my todo list.

@madewokherd
Copy link
Owner

This is looking like a complicated change to revert.

@madewokherd
Copy link
Owner

Well, it eventually built and didn't cause any problems with any of my test cases, so I guess we'll see how it shakes out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants