Click here to Skip to main content
16,006,707 members
Home / Discussions / C#
   

C#

 
QuestionResource dlls Pin
Christian Graus22-Jun-07 14:01
protectorChristian Graus22-Jun-07 14:01 
AnswerRe: Resource dlls Pin
Not Active22-Jun-07 15:48
mentorNot Active22-Jun-07 15:48 
GeneralRe: Resource dlls Pin
Christian Graus22-Jun-07 15:50
protectorChristian Graus22-Jun-07 15:50 
GeneralRe: Resource dlls Pin
Not Active22-Jun-07 15:57
mentorNot Active22-Jun-07 15:57 
GeneralRe: Resource dlls Pin
Christian Graus22-Jun-07 16:15
protectorChristian Graus22-Jun-07 16:15 
AnswerRe: Resource dlls Pin
Dave Kreskowiak22-Jun-07 17:01
mveDave Kreskowiak22-Jun-07 17:01 
GeneralRe: Resource dlls Pin
Christian Graus22-Jun-07 17:07
protectorChristian Graus22-Jun-07 17:07 
GeneralRe: Resource dlls Pin
Luc Pattyn22-Jun-07 21:48
sitebuilderLuc Pattyn22-Jun-07 21:48 
Hi Christian,

if you only need a small fraction of the available images at any point in time,
I would avoid putting them all together in one big file (such as a DLL);
I would go for a kind of index file, and a number of smaller files.

if security and performance are a concern, how about putting all (or a number of)
images as separate files into a password protected ZIP file ?

Hope this helps.



GeneralRe: Resource dlls Pin
Christian Graus22-Jun-07 21:51
protectorChristian Graus22-Jun-07 21:51 
GeneralRe: Resource dlls Pin
Luc Pattyn22-Jun-07 22:00
sitebuilderLuc Pattyn22-Jun-07 22:00 
GeneralRe: Resource dlls Pin
Dave Kreskowiak23-Jun-07 4:28
mveDave Kreskowiak23-Jun-07 4:28 
QuestionProblems with WaitForExit() Pin
jeguzmanv22-Jun-07 12:49
jeguzmanv22-Jun-07 12:49 
AnswerRe: Problems with WaitForExit() Pin
Luc Pattyn22-Jun-07 13:07
sitebuilderLuc Pattyn22-Jun-07 13:07 
AnswerRe: Problems with WaitForExit() Pin
Dave Kreskowiak22-Jun-07 17:10
mveDave Kreskowiak22-Jun-07 17:10 
QuestionWeb Browser Pin
half-life22-Jun-07 12:30
half-life22-Jun-07 12:30 
AnswerRe: Web Browser Pin
Luc Pattyn22-Jun-07 13:12
sitebuilderLuc Pattyn22-Jun-07 13:12 
GeneralRe: Web Browser Pin
half-life22-Jun-07 13:15
half-life22-Jun-07 13:15 
QuestionWeb Browser Pin
half-life22-Jun-07 12:07
half-life22-Jun-07 12:07 
AnswerRe: Web Browser Pin
Luc Pattyn22-Jun-07 12:15
sitebuilderLuc Pattyn22-Jun-07 12:15 
GeneralRe: Web Browser Pin
half-life22-Jun-07 12:23
half-life22-Jun-07 12:23 
GeneralRe: Web Browser Pin
Luc Pattyn22-Jun-07 13:02
sitebuilderLuc Pattyn22-Jun-07 13:02 
QuestionRemoving 'dead' icons from system tray Pin
Giorgi Dalakishvili22-Jun-07 10:45
mentorGiorgi Dalakishvili22-Jun-07 10:45 
AnswerRe: Removing 'dead' icons from system tray Pin
Luc Pattyn22-Jun-07 10:51
sitebuilderLuc Pattyn22-Jun-07 10:51 
GeneralRe: Removing 'dead' icons from system tray Pin
half-life22-Jun-07 11:07
half-life22-Jun-07 11:07 
GeneralRe: Removing 'dead' icons from system tray Pin
Giorgi Dalakishvili22-Jun-07 11:20
mentorGiorgi Dalakishvili22-Jun-07 11:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.