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. Predefined bitmaps for toolbars ?

Predefined bitmaps for toolbars ?

Scheduled Pinned Locked Moved Managed C++/CLI
c++csharpquestion
4 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.
  • M Offline
    M Offline
    Maximilien
    wrote on last edited by
    #1

    Are there predefined images for toolbars and menu items that we can use ? A bit like the default ones that are used for default MFC application (save, load, ... ) For using in Managed C++ .net Forms application. Thanks.


    Maximilien Lincourt For success one must aquire one's self

    H 1 Reply Last reply
    0
    • M Maximilien

      Are there predefined images for toolbars and menu items that we can use ? A bit like the default ones that are used for default MFC application (save, load, ... ) For using in Managed C++ .net Forms application. Thanks.


      Maximilien Lincourt For success one must aquire one's self

      H Offline
      H Offline
      Heath Stewart
      wrote on last edited by
      #2

      Look in the Common7\Graphics directory of your VS.NET installation directory. Use the bitmaps and set the mask to System.Drawing.Color.Silver.


      Reminiscent of my younger years... 10 LOAD "SCISSORS" 20 RUN

      M 1 Reply Last reply
      0
      • H Heath Stewart

        Look in the Common7\Graphics directory of your VS.NET installation directory. Use the bitmaps and set the mask to System.Drawing.Color.Silver.


        Reminiscent of my younger years... 10 LOAD "SCISSORS" 20 RUN

        M Offline
        M Offline
        Maximilien
        wrote on last edited by
        #3

        I don't have that directory or anything looking like Graphics, the only images that I found were the ones in the different samples. Anyway, for now, it's not that important, will change and/or use other custom made images. Max.


        Maximilien Lincourt For success one must aquire one's self

        H 1 Reply Last reply
        0
        • M Maximilien

          I don't have that directory or anything looking like Graphics, the only images that I found were the ones in the different samples. Anyway, for now, it's not that important, will change and/or use other custom made images. Max.


          Maximilien Lincourt For success one must aquire one's self

          H Offline
          H Offline
          Heath Stewart
          wrote on last edited by
          #4

          It was an option while you were setting up Visual Studio. You may want to change your setup options from Add/Remove Programs for Visual Studio and have them installed. They come in handy. Another way is to use ildasm.exe to dump the IL and resources (everything in the assembly referenced in the assembly manifest) into a directory for the major assemblies like System.dll, System.Design.dll, System.Drawing.dll, and System.Windows.Forms.dll. There's a lot of goodies in there!


          Reminiscent of my younger years... 10 LOAD "SCISSORS" 20 RUN

          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