Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. Project Icon for MC++

Project Icon for MC++

Scheduled Pinned Locked Moved Managed C++/CLI
questioncsharpc++
6 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DR Clevenger
    wrote on last edited by
    #1

    How do I set the project level icon? After the project has been built I still have the default icon. I know in C# you set it in the project properties but I do not have that option in MC++ (unless I'm just blind).

    T 1 Reply Last reply
    0
    • D DR Clevenger

      How do I set the project level icon? After the project has been built I still have the default icon. I know in C# you set it in the project properties but I do not have that option in MC++ (unless I'm just blind).

      T Offline
      T Offline
      Tom Archer
      wrote on last edited by
      #2

      I'm not sure I follow. Do you meant the application's icon that can be found in the recource view? Cheers, Tom Archer Never be afraid to try something new. Remember that a lone amateur built the Ark. A large group of professionals built the Titanic. * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework

      D 1 Reply Last reply
      0
      • T Tom Archer

        I'm not sure I follow. Do you meant the application's icon that can be found in the recource view? Cheers, Tom Archer Never be afraid to try something new. Remember that a lone amateur built the Ark. A large group of professionals built the Titanic. * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework

        D Offline
        D Offline
        DR Clevenger
        wrote on last edited by
        #3

        Sorry. When you look in explorer at the .exe file you only see the default icon... it looks like an icon for a console app. I want to use the icon I used in the winform. My problem is, after installing the app the default icon (the console one) shows up in the start menu. I just need to change that icon in the project. In C# I can change this in the project properties pages under General|Application Icon. Sorry about not being more clear. I'm more of a C# person or I sould say, that I have only written console apps in C++ and not really any WinForm apps. Thanks for the help.

        T 1 Reply Last reply
        0
        • D DR Clevenger

          Sorry. When you look in explorer at the .exe file you only see the default icon... it looks like an icon for a console app. I want to use the icon I used in the winform. My problem is, after installing the app the default icon (the console one) shows up in the start menu. I just need to change that icon in the project. In C# I can change this in the project properties pages under General|Application Icon. Sorry about not being more clear. I'm more of a C# person or I sould say, that I have only written console apps in C++ and not really any WinForm apps. Thanks for the help.

          T Offline
          T Offline
          Tom Archer
          wrote on last edited by
          #4

          No problem. In order to replace the default icon with another:

          1. Locate and delete the project's app.ico file
          2. Copy your desired icon file to the same folder
          3. Rename your icon file to app.ico
          4. Build the project and you will see your desired icon as in Explorer.

          Cheers, Tom Archer Never be afraid to try something new. Remember that a lone amateur built the Ark. A large group of professionals built the Titanic. * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework

          D 1 Reply Last reply
          0
          • T Tom Archer

            No problem. In order to replace the default icon with another:

            1. Locate and delete the project's app.ico file
            2. Copy your desired icon file to the same folder
            3. Rename your icon file to app.ico
            4. Build the project and you will see your desired icon as in Explorer.

            Cheers, Tom Archer Never be afraid to try something new. Remember that a lone amateur built the Ark. A large group of professionals built the Titanic. * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework

            D Offline
            D Offline
            DR Clevenger
            wrote on last edited by
            #5

            Great thanks for the help. Out of all the C++ books I have I could not find that anwser.

            T 1 Reply Last reply
            0
            • D DR Clevenger

              Great thanks for the help. Out of all the C++ books I have I could not find that anwser.

              T Offline
              T Offline
              Tom Archer
              wrote on last edited by
              #6

              You're very welcome. I think the reason you don't see this covered is that it doesn't fit neatly into most any chapter. However, I'm thinking that if I revise the VC++.NET Bible that I'll add it to Chapter 1 as that's kind of a "Introductory, Let's write your first app" type of chapter. Cheers, Tom Archer Never be afraid to try something new. Remember that a lone amateur built the Ark. A large group of professionals built the Titanic. * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups