开发者

Selected Icon Not being Applied on WPF App

开发者 https://www.devze.com 2023-03-14 14:37 出处:网络
I have changed the icon 开发者_StackOverflowin the Main Project Properties Icon and Manifest option. Yet, after running the App, the default Icon is what shows up.

I have changed the icon 开发者_StackOverflowin the Main Project Properties Icon and Manifest option. Yet, after running the App, the default Icon is what shows up.

Any idea why such odd behavior will occur?


Does the default icon show up in the explorer or does it show up in the taskbar buttons? In case of the latter: change the icon for the forms as well, as the task bar button icon is not retrieved from the exe file, but from the form's Icon property.

For WPF applications, use the attribute

Icon="Images\Logo.ico"

for the Window element in XAML to have the window show the icon.


The icon doesn't show in debug / release mode, you need to run the application using ctrl+F5, source

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号