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