In this article we discus about how to add an icon for entire WPF application.
- Create an Icon File (*.ico)
- Add the icon file to our project. (How to Add Image in WPF C# Application)
- Open Solution Explorer, Select our Project --> Right Click --> Select Properties From Popup Menu
Then We can See Project Properties And We Can set the icon in the Application tab.
click Start Without Debugging on the DEBUG menu or run it externally the icon will show correctly.
When running our application in debug mode from Visual Studio, the icon will not be shown.
Comments
Post a Comment