Click here to Skip to main content
15,902,939 members
Home / Discussions / C#
   

C#

 
AnswerRe: Ambiguous Date Format in Excel Pin
raja mohamed21-Jul-09 2:15
raja mohamed21-Jul-09 2:15 
QuestionSystem.IO.Compression Pin
Vodstok1-Oct-07 3:12
Vodstok1-Oct-07 3:12 
AnswerRe: System.IO.Compression Pin
TJoe1-Oct-07 3:16
TJoe1-Oct-07 3:16 
GeneralRe: System.IO.Compression Pin
Vodstok1-Oct-07 3:22
Vodstok1-Oct-07 3:22 
GeneralRe: System.IO.Compression Pin
TJoe1-Oct-07 3:25
TJoe1-Oct-07 3:25 
GeneralRe: System.IO.Compression Pin
Vodstok1-Oct-07 3:33
Vodstok1-Oct-07 3:33 
AnswerRe: System.IO.Compression Pin
Scott Dorman1-Oct-07 3:25
professionalScott Dorman1-Oct-07 3:25 
AnswerRe: System.IO.Compression Pin
Luc Pattyn1-Oct-07 5:03
sitebuilderLuc Pattyn1-Oct-07 5:03 
Hi,

the best way to compress a collection of files is to turn them over all at once to one of the
popular compression utilities such as WinZip. You will then again notice that some files
don't get extra compression (such as ZIP files!), but the overhead will be minimal and mostly
shared.

The command line interface to WinZip requires a separate install, once installed you can
call it using Process.Start().

There also are Zip libraries available (such as ZLIB), search the CodeProject articles.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: System.IO.Compression Pin
Vodstok1-Oct-07 5:08
Vodstok1-Oct-07 5:08 
GeneralRe: System.IO.Compression Pin
Luc Pattyn1-Oct-07 5:59
sitebuilderLuc Pattyn1-Oct-07 5:59 
GeneralRe: System.IO.Compression Pin
Vodstok1-Oct-07 6:21
Vodstok1-Oct-07 6:21 
Questionindex server Pin
Sunil Wise1-Oct-07 3:09
professionalSunil Wise1-Oct-07 3:09 
AnswerRe: index server Pin
Andrei Ungureanu1-Oct-07 4:57
Andrei Ungureanu1-Oct-07 4:57 
Questionhow can update (edit) a node value in xml file ? Pin
B.A1-Oct-07 2:47
B.A1-Oct-07 2:47 
AnswerRe: how can update (edit) a node value in xml file ? Pin
il_masacratore1-Oct-07 3:47
il_masacratore1-Oct-07 3:47 
GeneralRe: how can update (edit) a node value in xml file ? Pin
B.A1-Oct-07 12:15
B.A1-Oct-07 12:15 
AnswerRe: how can update (edit) a node value in xml file ? Pin
B.A1-Oct-07 12:17
B.A1-Oct-07 12:17 
Questionchange password Pin
Sunil Wise1-Oct-07 2:23
professionalSunil Wise1-Oct-07 2:23 
AnswerRe: change password Pin
Colin Angus Mackay1-Oct-07 2:38
Colin Angus Mackay1-Oct-07 2:38 
QuestionSelf excutable file Pin
zafax_1-Oct-07 1:52
zafax_1-Oct-07 1:52 
AnswerRe: Self excutable file Pin
pmarfleet1-Oct-07 2:09
pmarfleet1-Oct-07 2:09 
GeneralRe: Self excutable file Pin
zafax_1-Oct-07 2:15
zafax_1-Oct-07 2:15 
GeneralRe: Self excutable file Pin
pmarfleet1-Oct-07 2:27
pmarfleet1-Oct-07 2:27 
GeneralRe: Self excutable file Pin
zafax_1-Oct-07 2:34
zafax_1-Oct-07 2:34 
GeneralRe: Self excutable file Pin
pmarfleet1-Oct-07 2:41
pmarfleet1-Oct-07 2:41 

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.