Click here to Skip to main content
15,917,862 members
Home / Discussions / C#
   

C#

 
GeneralRe: Geodesic Pin
Steve Echols10-Jan-08 21:27
Steve Echols10-Jan-08 21:27 
GeneralRe: Geodesic Pin
Dan Neely11-Jan-08 2:14
Dan Neely11-Jan-08 2:14 
GeneralRe: about A* algorithm Pin
Member 475670910-Jan-08 20:18
Member 475670910-Jan-08 20:18 
GeneralRe: about A* algorithm Pin
DavidNohejl11-Jan-08 3:44
DavidNohejl11-Jan-08 3:44 
GeneralHelp me to implement code compress file . Pin
Vampire1986hieu10-Jan-08 19:29
Vampire1986hieu10-Jan-08 19:29 
GeneralRe: Help me to implement code compress file . Pin
benjymous11-Jan-08 0:55
benjymous11-Jan-08 0:55 
GeneralRe: Help me to implement code compress file . Pin
Vampire1986hieu11-Jan-08 13:45
Vampire1986hieu11-Jan-08 13:45 
GeneralRe: Help me to implement code compress file . Pin
Scott Dorman12-Jan-08 7:33
professionalScott Dorman12-Jan-08 7:33 
Depending on the type of file, you will get different compression results. Also, files that are already compressed usually get larger when compressed again.

Using the GZipStream class you can only compress/decompress a single file. That is the way the GZip protocol is designed. If you want to compress multiple files into a single archive you will need to use a Zip protocol.

Scott.

—In just two days, tomorrow will be yesterday.
—Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai

[Forum Guidelines] [Articles] [Blog]

QuestionLoading C# library at run time in unmanaged code (VC++/COM) Pin
Member 421941910-Jan-08 19:17
Member 421941910-Jan-08 19:17 
GeneralReg:Impersonator using in C# .net Pin
P.T.R.K10-Jan-08 19:15
P.T.R.K10-Jan-08 19:15 
GeneralRe: Reg:Impersonator using in C# .net Pin
Pete O'Hanlon11-Jan-08 1:49
mvePete O'Hanlon11-Jan-08 1:49 
Generaldisplay the winforms datagrid into pdf Pin
kisna_madhusudan10-Jan-08 19:11
kisna_madhusudan10-Jan-08 19:11 
GeneralRe: display the winforms datagrid into pdf Pin
Justin Perez11-Jan-08 3:21
Justin Perez11-Jan-08 3:21 
Generalweb services don't work Pin
caradri10-Jan-08 19:08
caradri10-Jan-08 19:08 
GeneralRe: web services don't work Pin
imsathy10-Jan-08 22:18
imsathy10-Jan-08 22:18 
GeneralRe: web services don't work Pin
caradri11-Jan-08 5:49
caradri11-Jan-08 5:49 
GeneralRe: web services don't work Pin
Torsten Mauz11-Jan-08 11:01
Torsten Mauz11-Jan-08 11:01 
GeneralRe: web services don't work Pin
caradri13-Jan-08 19:18
caradri13-Jan-08 19:18 
GeneralRe: web services don't work Pin
Torsten Mauz10-Jan-08 23:45
Torsten Mauz10-Jan-08 23:45 
GeneralRe: web services don't work Pin
caradri11-Jan-08 5:25
caradri11-Jan-08 5:25 
QuestionHow do you check if a cell in DataGridView is null Pin
Jacob Dixon10-Jan-08 17:41
Jacob Dixon10-Jan-08 17:41 
GeneralRe: How do you check if a cell in DataGridView is null [modified] Pin
Jimmanuel11-Jan-08 3:28
Jimmanuel11-Jan-08 3:28 
GeneralRe: How do you check if a cell in DataGridView is null Pin
Justin Perez11-Jan-08 3:30
Justin Perez11-Jan-08 3:30 
GeneralRe: How do you check if a cell in DataGridView is null Pin
Jacob Dixon11-Jan-08 14:00
Jacob Dixon11-Jan-08 14:00 
GeneralRe: How do you check if a cell in DataGridView is null Pin
Justin Perez14-Jan-08 2:37
Justin Perez14-Jan-08 2:37 

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.