C
C#8mo ago
ElderToad

How can I change the image in this area in a form?

No description
7 Replies
TheBoxyBear
TheBoxyBear8mo ago
What GUI framework are you using? Forms, WPF, UWP? If you want full customization though, your best bet is to remove it entirely and simulate it with the top part of the window
ACiDCA7
ACiDCA78mo ago
isnt this the windows forms default icon?
TheBoxyBear
TheBoxyBear8mo ago
Yes but it may also be used by others
ACiDCA7
ACiDCA78mo ago
¯\_(ツ)_/¯
ElderToad
ElderToadOP8mo ago
Forms
ACiDCA7
ACiDCA78mo ago
im not too familiar with forms but my guesses would be - either in project properties - or window has a property Icon where you can set the icon per window
ElderToad
ElderToadOP8mo ago
Alright, I'll check those areas out

Did you find this page helpful?