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. ImageList ... where to store ?

ImageList ... where to store ?

Scheduled Pinned Locked Moved C#
csharpdotnetquestionlearning
3 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.
  • A Offline
    A Offline
    AegisHold
    wrote on last edited by
    #1

    Hi, I don't like to have lots of .jpeg's floating around, so I would like to neatly tuck them all away into an ImageList ... but since they are to be used in several different programs, where do I put them (that is: where do I put the ImageList) ? - It would be nice to have a resource file or a .dll where I could access them when needed, but how ? ... any ideas ? TIA - Athos. PS: Its easy to just put them into every program I make (into the ImageList), but that would be a huge waste of space since there are more then 500+ of them and all the programs that need them are to be in the same package (meaning they are shiped together) :) ... PPS: Still new to the .NET Framework & C#, but I'm getting there :cool:

    G 1 Reply Last reply
    0
    • A AegisHold

      Hi, I don't like to have lots of .jpeg's floating around, so I would like to neatly tuck them all away into an ImageList ... but since they are to be used in several different programs, where do I put them (that is: where do I put the ImageList) ? - It would be nice to have a resource file or a .dll where I could access them when needed, but how ? ... any ideas ? TIA - Athos. PS: Its easy to just put them into every program I make (into the ImageList), but that would be a huge waste of space since there are more then 500+ of them and all the programs that need them are to be in the same package (meaning they are shiped together) :) ... PPS: Still new to the .NET Framework & C#, but I'm getting there :cool:

      G Offline
      G Offline
      Gevik Babakhani
      wrote on last edited by
      #2

      Hello, Check the ImageList wizard in www.codeproject.com http://www.codeproject.com/useritems/imlmaker.asp Have fun,


      C:\>csc *.cs Microsoft (R) Visual C# .NET Compiler error CS2001: Source file 'brains.cs' could not be found fatal error CS2008: No [brains.cs] specified C:\>

      A 1 Reply Last reply
      0
      • G Gevik Babakhani

        Hello, Check the ImageList wizard in www.codeproject.com http://www.codeproject.com/useritems/imlmaker.asp Have fun,


        C:\>csc *.cs Microsoft (R) Visual C# .NET Compiler error CS2001: Source file 'brains.cs' could not be found fatal error CS2008: No [brains.cs] specified C:\>

        A Offline
        A Offline
        AegisHold
        wrote on last edited by
        #3

        Thanx ... that seems like just the thing I need :) ... - Athos

        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