Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: delegate Question Pin
Programm3r14-Mar-08 1:25
Programm3r14-Mar-08 1:25 
GeneralRe: delegate Question Pin
Tim Paaschen14-Mar-08 1:37
Tim Paaschen14-Mar-08 1:37 
QuestionRe: delegate Question Pin
Programm3r14-Mar-08 1:40
Programm3r14-Mar-08 1:40 
GeneralRe: delegate Question Pin
Bekjong14-Mar-08 2:33
Bekjong14-Mar-08 2:33 
GeneralRe: delegate Question Pin
Programm3r14-Mar-08 2:48
Programm3r14-Mar-08 2:48 
GeneralRe: delegate Question Pin
Gareth H14-Mar-08 3:07
Gareth H14-Mar-08 3:07 
QuestionResizing the encrypted text Pin
M. J. Jaya Chitra13-Mar-08 22:43
M. J. Jaya Chitra13-Mar-08 22:43 
GeneralRe: Resizing the encrypted text Pin
Rob Philpott14-Mar-08 0:36
Rob Philpott14-Mar-08 0:36 
Chain some streams together. You want to write your data to a compression stream and feed that to an encryption stream.

Going the other way read from a decryption stream to a decompression stream to a normal stream.

This http://support.microsoft.com/kb/307010[^] tells you about encryption streams.

Off the top of my head I believe there is a compression stream somewhere in .NET2.0. If not the free assembly ICSharpZipLib has what you need.

Regards,
Rob Philpott.

Questionnative code. Pin
Pankaj Garg13-Mar-08 22:37
Pankaj Garg13-Mar-08 22:37 
GeneralRe: native code. Pin
CPallini13-Mar-08 23:10
mveCPallini13-Mar-08 23:10 
GeneralRe: native code. Pin
led mike14-Mar-08 4:46
led mike14-Mar-08 4:46 
Generalmodify icon at run time in DSL Pin
Maddie from Dartford13-Mar-08 22:14
Maddie from Dartford13-Mar-08 22:14 
Generalcpu temperature Pin
ziwez013-Mar-08 21:45
ziwez013-Mar-08 21:45 
GeneralRe: cpu temperature Pin
yoaz13-Mar-08 23:11
yoaz13-Mar-08 23:11 
GeneralRe: cpu temperature Pin
ziwez013-Mar-08 23:41
ziwez013-Mar-08 23:41 
Generalcompare date error Pin
angels77713-Mar-08 20:58
angels77713-Mar-08 20:58 
GeneralRe: compare date error Pin
Giorgi Dalakishvili13-Mar-08 21:42
mentorGiorgi Dalakishvili13-Mar-08 21:42 
GeneralRe: compare date error Pin
Anubhava Dimri13-Mar-08 23:13
Anubhava Dimri13-Mar-08 23:13 
GeneralRe: compare date error Pin
Anubhava Dimri13-Mar-08 23:13
Anubhava Dimri13-Mar-08 23:13 
GeneralRe: compare date error Pin
angels77714-Mar-08 1:52
angels77714-Mar-08 1:52 
GeneralRe: compare date error Pin
Anubhava Dimri14-Mar-08 2:11
Anubhava Dimri14-Mar-08 2:11 
Questionhow to draw grid points? Pin
Aravinthan13-Mar-08 20:02
Aravinthan13-Mar-08 20:02 
QuestionHow to send and receive file through parallel port????????? Pin
Anez.A13-Mar-08 19:37
Anez.A13-Mar-08 19:37 
AnswerRe: How to send and receive file through parallel port????????? Pin
Matthew Butler14-Mar-08 3:20
Matthew Butler14-Mar-08 3:20 
GeneralRe: How to send and receive file through parallel port????????? Pin
Anez.A16-Mar-08 18:49
Anez.A16-Mar-08 18:49 

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.