Icon on exe-file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ReidarT

    #1

    Icon on exe-file

    I have a Windows application and the files are buildt into the bin-folder.
    I have made an icon on the forms, but I can't find out how to get an icon on
    the exe-file in the bin-folder.
    regards
    reidarT


  • Cor Ligthert

    #2
    Re: Icon on exe-file

    Reidar

    Have a look in icon for your application properties (solution explorer)

    I hope this helps,

    Cor


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Icon on exe-file

      "ReidarT" <reidar@eivon.n o> schrieb:[color=blue]
      >I have a Windows application and the files are buildt into the bin-folder.
      > I have made an icon on the forms, but I can't find out how to get an icon
      > on the exe-file in the bin-folder.[/color]

      Make sure the icon is selected in "Project" -> "Properties of <project
      name>..." -> "General Properties" -> "Build" -> "Applicatio n icon:".

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://classicvb.org/petition/>

      Comment

      • Carlos J. Quintero [.NET MVP]

        #4
        Re: Icon on exe-file

        In the Project Properties window, Common Properties, Build node, you have
        field to set the icon.

        --

        Best regards,

        Carlos J. Quintero

        MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
        You can code, design and document much faster.
        Free resources for add-in developers:
        MZ-Tools has a single goal: To make your everyday programming life easier. As an add-in to several Integrated Development Environment (IDEs) from Microsoft, MZ-Tools adds new menus and toolbars to them that provide many new productivity features.


        "ReidarT" <reidar@eivon.n o> escribió en el mensaje
        news:%23sNxr51Z FHA.2444@TK2MSF TNGP15.phx.gbl. ..[color=blue]
        >I have a Windows application and the files are buildt into the bin-folder.
        > I have made an icon on the forms, but I can't find out how to get an icon
        > on the exe-file in the bin-folder.
        > regards
        > reidarT
        >
        >[/color]


        Comment

        Working...