c# - Icon not showing up in taskbar -


this question has answer here:

i have windows form application. when set form's icon property icon made, uses image correctly during debug session on form, in taskbar, , in system tray. when make shortcut program's executable or pin program taskbar doesn't use icon image set in form's properties, uses default icon instead icon in taskbar, on form , in system tray using icon made , set it. missing here?

you need set icon in project properties (rightclick->properties->application->symbol , manifest). should work expected.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -