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. C#
  4. Free Icons

Free Icons

Scheduled Pinned Locked Moved C#
2 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.
  • O Offline
    O Offline
    obelisk29
    wrote on last edited by
    #1

    Does anyone know where to get a free pack of pretty Icons (Like: Delete, Add, Undo "Stuff like that") P.S. Common7 has old Icons I don't like them :( TIA

    H 1 Reply Last reply
    0
    • O obelisk29

      Does anyone know where to get a free pack of pretty Icons (Like: Delete, Add, Undo "Stuff like that") P.S. Common7 has old Icons I don't like them :( TIA

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

      If you're talking about the ones commonly used in Windows, they're not icons. It's an image strip (a bitmap resource) and you can find most of them in %SYSTEMROOT%\System32\browseui.dll. Open the library in Visual Studio and you'll see the resources. Expand the Bitmap category and search through the different bitmaps. It contains image strips of various resolutions and color depths. You can use ImageList.Images.AddStrip to treat them as separate images for use in ListView, ToolBar, custom classes, etc.

      -----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----

      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