0

How to: Specify an Application Icon And WPF: How to add an icon for entire application And Setting Icon for wpf application (VS 08) And WPF Icon for all app windows are leading to the same procedure:

  • Right click project
  • Go to Properties
  • Go to Application tab
  • set it under Application Icon

However, it is still not working for me. There was an old icon, I changed it using the above procedure but the application is still showing the old icon. I restarted everything. I executed as Release and Debug also as Start Without Debugging. Still showing the old icon. Any ideas?

Community
  • 1
  • 1
Khalil Khalaf
  • 9,259
  • 11
  • 62
  • 104

1 Answers1

0

Look here: WPF Icon for all app windows

From the first answer of the above question:

"A liitle tip : if you set the application icon and expect to see it on the window - it wont show up if running in debug from VS. Running externally or without attaching (ctrl + f5) the icon displays as expected."

Community
  • 1
  • 1
Adi Gabaie
  • 116
  • 1
  • 9