App icon

Hi,

 I'm creating my 1st winform .NET app & have some problems with it (it'd be strange if I hadn't  :)  )
  During creating new app under VS there is default app.ico icon file. I've altered it to my needs & informed my app that this icon is to be used (via Properties tab). Properites tab shows my icon properly, but after building app & running it I see "window" icon (white area with blue bar) instead my own. Why & what to do to force my app to show my icon


Answer this question

App icon

  • cank

    Thats the icon for the top of the main form. Got to solutions explorer and right clikc on ur roject. On the properties form secect Build optioon,  and select ur Application icon
  • tugboat90

    Set the "Application Icon" Property in your projects property pages.

    Hope this helps.

  • Karun123

    make it 16X16
  • Peto_SVK

    Where are you seeing this icon   And, can you be more specific about what property on what object you set to this icon
  • Tobbej

    I've managed with my icon. In main form property window in Icon I saw my desired icon, but in project directory I saw "window blue" icon. I think it was couse by icon's dimensions. Now everythinh is OK. THX guys  :)  
  • Slag

    LesioS, I'm having the same problem - what size did you make your icon for it to show up as the icon on the .exe   Mine is 32x32 so maybe I'll shrink and see if that works.

    Mike.

  • barvan

    does it work for you , it works for me
  • TheChemist

    16x16... Tested on myself  :)  
  • App icon