c# - Application Icon is not displaying in task bar when we publish a winform application in server -


please suggest me way achieve icon in taskbar when windows forms application in published in server.i have tried adding icon in properties->application->resources ->icon , manifest not working me.please suggest me way achieve this.

taskbar icon not tied application; tied active form instead - set icon on form(s). icon on application shell (i.e. when open via explorer folder in app lies).


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -