WinForms Button Icon Problem
Hi, does anyone know how I can get get around using a label for the icon on my button in windows form? I would rather not use an image within the button as it might look blurry. Instead I have placed a label on top of the button with the text "e713" for the settings symbol using the font Segoe Fluent Icons. Unfortunately this doesn't look great when hovering over the button. If anyone has some ideas/solutions that would be greatly appreciated!
4 Replies
An idea: stop using winforms if you want good looks
Winforms is legacy and barely supports transparency even
Prefer XAML frameworks like WPF
Yeah, I understand but at this point I would rather not change to WPF, which I have never even tried, do you think its possible to solve my problem regardless?
and i reckon it looks okay for windows forms
Sure.
But you can usually tell it's WinForms at runtime because lack of animations.