Click here to Skip to main content
15,915,684 members
Home / Discussions / C#
   

C#

 
AnswerRe: Inserting an SWF file into a web application Pin
subai28-Jun-08 18:13
subai28-Jun-08 18:13 
QuestionHow Can i Copy Object?! Pin
Admin88728-Jun-08 6:22
Admin88728-Jun-08 6:22 
AnswerRe: How Can i Copy Object?! Pin
Karthik Kalyanasundaram28-Jun-08 6:27
Karthik Kalyanasundaram28-Jun-08 6:27 
GeneralRe: How Can i Copy Object?! Pin
Admin88728-Jun-08 6:43
Admin88728-Jun-08 6:43 
GeneralRe: How Can i Copy Object?! Pin
Colin Angus Mackay28-Jun-08 10:20
Colin Angus Mackay28-Jun-08 10:20 
QuestionRe: How Can i Copy Object?! [modified] Pin
Admin88728-Jun-08 23:23
Admin88728-Jun-08 23:23 
QuestionReporting system information, operating system, ram, installed applications such as Oracle and versions?? Pin
RichardContact-128-Jun-08 6:20
RichardContact-128-Jun-08 6:20 
QuestionCompressing multiple files and crypto question Pin
PetePetePete28-Jun-08 5:24
PetePetePete28-Jun-08 5:24 
Hey all, first-time-poster long-time-reader, etc. Wink | ;-)

I have already managed to use CryptoStream and FileStream to encrypt an individual image into another single file, and also then used CryptoStream, MemoryStream and then Image to decrypt and display the image in a picturebox on a form. This way none of the data is actually stored, unencrypted, on the hard drive (unless the user hibernates the machine with it in memory) - this is very important.

However, what I want to do is to 'import' multiple images into one (preferably compressed) file - so I need to concatenate them somehow and then run compression on them. This file needs to then be able to be unencrypted, decompressed and split back into the respective images, providing the user the ability to view each image.

Please note: I can't use temporary files, everything up until the saving of the one main encrypted file needs to be done in memory.

I don't know where to start, just wondering if anyone could point me in the right direction?
QuestionHow can we select XML's root node with LINQ ? Pin
Mohammad Dayyan28-Jun-08 3:20
Mohammad Dayyan28-Jun-08 3:20 
AnswerRe: How can we select XML's root node with LINQ ? Pin
Colin Angus Mackay28-Jun-08 3:37
Colin Angus Mackay28-Jun-08 3:37 
GeneralRe: How can we select XML's root node with LINQ ? Pin
Mohammad Dayyan28-Jun-08 3:48
Mohammad Dayyan28-Jun-08 3:48 
Questioncrystal report problem Pin
Bhim Prakash Singh28-Jun-08 3:03
Bhim Prakash Singh28-Jun-08 3:03 
AnswerRe: crystal report problem Pin
Colin Angus Mackay28-Jun-08 3:22
Colin Angus Mackay28-Jun-08 3:22 
QuestionService and windows GUI interaction problem. Pin
007_Stu28-Jun-08 3:01
007_Stu28-Jun-08 3:01 
AnswerRe: Service and windows GUI interaction problem. Pin
Giorgi Dalakishvili28-Jun-08 10:51
mentorGiorgi Dalakishvili28-Jun-08 10:51 
QuestionSending email w/ authentication C# Pin
buzobbu28-Jun-08 2:23
buzobbu28-Jun-08 2:23 
QuestionMonitoring Clipboard using Windows Service Pin
Anindya Chatterjee28-Jun-08 1:48
Anindya Chatterjee28-Jun-08 1:48 
QuestionIndexing Generic Arrays Pin
DwR28-Jun-08 1:42
DwR28-Jun-08 1:42 
AnswerRe: Indexing Generic Arrays Pin
Guffa28-Jun-08 3:14
Guffa28-Jun-08 3:14 
QuestionWhat does this syntax mean? Pin
martin_hughes28-Jun-08 0:53
martin_hughes28-Jun-08 0:53 
AnswerRe: What does this syntax mean? Pin
User 665828-Jun-08 0:56
User 665828-Jun-08 0:56 
QuestionHow to Enable & Disable USB Drive Pin
Joe Rozario27-Jun-08 22:31
Joe Rozario27-Jun-08 22:31 
AnswerRe: How to Enable & Disable USB Drive Pin
leppie28-Jun-08 1:17
leppie28-Jun-08 1:17 
GeneralRe: How to Enable & Disable USB Drive Pin
Anthony Mushrow28-Jun-08 2:39
professionalAnthony Mushrow28-Jun-08 2:39 
AnswerRe: How to Enable & Disable USB Drive Pin
Paw Jershauge28-Jun-08 3:52
Paw Jershauge28-Jun-08 3:52 

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.