locked
Icons RRS feed

  • Question

  • How do you change/add an icon image, I am using microsoft visual c# 2008 express edition and I went to the Form properties in the properties window and have added an .ico image for the icon option. this works fine and when the program runs there is my icon image for the program in the taskbar but there is still a default icon when there is a shortcut for the desktop or when the program is in the start menu. How do i change this?

    Thank you
    Wednesday, January 6, 2010 4:12 PM

Answers




  • Sorry my vs is in french...

    Mathieu Francesch Sharplog Engineering http://www.sharplog.fr
    • Proposed as answer by Mathieu Francesch Wednesday, January 6, 2010 6:32 PM
    • Marked as answer by dkm0038 Wednesday, January 6, 2010 6:55 PM
    Wednesday, January 6, 2010 6:31 PM

All replies

  • You have to set the icon for your project :
    - open the project properties via the context menu
    - in the application tab you can select your icon
    Wednesday, January 6, 2010 4:37 PM
  • hi,

    you have to make a right click on your project and click on property. You can find property for icon application.

    Hope this helps,

    Mathieu
    Mathieu Francesch Sharplog Engineering http://www.sharplog.fr
    Wednesday, January 6, 2010 4:40 PM
  • Right-click on your project and make sure "Application" tab is selected. Look for "Default icon" and there you can assign the icon.

    Thanks
    Wednesday, January 6, 2010 4:41 PM
  • Sorry i think i am still having trouble. I go to my properties window with for the form and then under my (ApplicationSettings) i see (PropertyBinding), Location, and Text options. If i click on my propertybinding a application settings for my form window pops up allowing me to bind properties to application settings. in this all i see about the icon is the "showicon" option. Is this what everyone is talking about???
    Wednesday, January 6, 2010 6:17 PM



  • Sorry my vs is in french...

    Mathieu Francesch Sharplog Engineering http://www.sharplog.fr
    • Proposed as answer by Mathieu Francesch Wednesday, January 6, 2010 6:32 PM
    • Marked as answer by dkm0038 Wednesday, January 6, 2010 6:55 PM
    Wednesday, January 6, 2010 6:31 PM
  • Aww, Thank you Mathiew, I swear sometimes i need sock puppets to explain things to me.
    Wednesday, January 6, 2010 6:55 PM