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
Post a Comment