Icons

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

    #1

    Icons

    How to add an icon to my app?
    I mean an icon which is diplayed in windows explorer when browsing the
    folder to with the exe file, or when making shortcur to desktop.

    tnx

  • Peter Proost

    #2
    Re: Icons

    Hi, right click your project, then select properties, then select common
    properties, then select build and there you can set your application icon

    hth Greetz Peter

    --
    Programming today is a race between software engineers striving to build
    bigger and better idiot-proof programs, and the Universe trying to produce
    bigger and better idiots. So far, the Universe is winning.

    "Nikolay Petrov" <johntup2@mail. bg> schreef in bericht
    news:1118058713 .817157.282280@ z14g2000cwz.goo glegroups.com.. .[color=blue]
    > How to add an icon to my app?
    > I mean an icon which is diplayed in windows explorer when browsing the
    > folder to with the exe file, or when making shortcur to desktop.
    >
    > tnx
    >[/color]


    Comment

    • Robin Tucker

      #3
      Re: Icons

      Project --> Properties --> Build --> Aplication icon:

      "Nikolay Petrov" <johntup2@mail. bg> wrote in message
      news:1118058713 .817157.282280@ z14g2000cwz.goo glegroups.com.. .[color=blue]
      > How to add an icon to my app?
      > I mean an icon which is diplayed in windows explorer when browsing the
      > folder to with the exe file, or when making shortcur to desktop.
      >
      > tnx
      >[/color]


      Comment

      • Cor Ligthert

        #4
        Re: Icons

        Nikolay,

        Add it in solution explorer to your project properties. You see it directly
        when you open that.

        I hope this helps,

        Cor


        Comment

        • Nikolay Petrov

          #5
          Re: Icons

          thanks all

          Comment

          • Herfried K. Wagner [MVP]

            #6
            Re: Icons

            "Nikolay Petrov" <johntup2@mail. bg> schrieb:[color=blue]
            > How to add an icon to my app?
            > I mean an icon which is diplayed in windows explorer when browsing the
            > folder to with the exe file, or when making shortcur to desktop.[/color]

            Note that VS.NET doesn't provide support to add more than one Win32 icon
            resource to the application.

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

            Comment

            Working...