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

C#

 
GeneralRe: C# Web project Crystal Reports Pin
Rolando CC21-Apr-09 4:57
professionalRolando CC21-Apr-09 4:57 
GeneralRe: C# Web project Crystal Reports [modified] Pin
newbie1234567891021-Apr-09 6:27
newbie1234567891021-Apr-09 6:27 
QuestionReturning powershell special variables back to the c# caller. Pin
scope_creep20-Apr-09 8:44
scope_creep20-Apr-09 8:44 
Questionsound slider Pin
yogesh_softworld12320-Apr-09 8:06
yogesh_softworld12320-Apr-09 8:06 
AnswerRe: sound slider Pin
buachaill cliste20-Apr-09 8:59
buachaill cliste20-Apr-09 8:59 
GeneralRe: sound slider Pin
yogesh_softworld12320-Apr-09 9:19
yogesh_softworld12320-Apr-09 9:19 
GeneralRe: sound slider Pin
buachaill cliste20-Apr-09 9:56
buachaill cliste20-Apr-09 9:56 
GeneralRe: sound slider Pin
Dan Neely20-Apr-09 10:07
Dan Neely20-Apr-09 10:07 
GeneralRe: sound slider Pin
buachaill cliste20-Apr-09 10:10
buachaill cliste20-Apr-09 10:10 
QuestionWrite image as Indexed PNG C# Pin
Steve_20-Apr-09 6:53
Steve_20-Apr-09 6:53 
AnswerRe: Write image as Indexed PNG C# Pin
buachaill cliste20-Apr-09 9:07
buachaill cliste20-Apr-09 9:07 
GeneralRe: Write image as Indexed PNG C# Pin
harold aptroot20-Apr-09 9:42
harold aptroot20-Apr-09 9:42 
GeneralRe: Write image as Indexed PNG C# Pin
buachaill cliste20-Apr-09 9:45
buachaill cliste20-Apr-09 9:45 
AnswerRe: Write image as Indexed PNG C# Pin
Luc Pattyn20-Apr-09 10:01
sitebuilderLuc Pattyn20-Apr-09 10:01 
AnswerRe: Write image as Indexed PNG C# Pin
Steve_24-Apr-09 15:41
Steve_24-Apr-09 15:41 
QuestionChange DataType in database Pin
andymo220-Apr-09 6:50
andymo220-Apr-09 6:50 
AnswerRe: Change DataType in database Pin
Mycroft Holmes20-Apr-09 14:27
professionalMycroft Holmes20-Apr-09 14:27 
QuestionError - Attempted to read or write protected memory Pin
Kevin Marois20-Apr-09 6:32
professionalKevin Marois20-Apr-09 6:32 
QuestionHow to get System Memory in C#.net windows application? Pin
Narendra Reddy Vajrala20-Apr-09 6:06
Narendra Reddy Vajrala20-Apr-09 6:06 
AnswerRe: How to get System Memory in C#.net windows application? Pin
harold aptroot20-Apr-09 7:11
harold aptroot20-Apr-09 7:11 
AnswerRe: How to get System Memory in C#.net windows application? [modified] Pin
Luc Pattyn20-Apr-09 7:23
sitebuilderLuc Pattyn20-Apr-09 7:23 
QuestionIssue with the GzipStream Class Pin
ramz_g20-Apr-09 5:39
ramz_g20-Apr-09 5:39 
AnswerRe: Issue with the GzipStream Class Pin
Rolando CC20-Apr-09 11:27
professionalRolando CC20-Apr-09 11:27 
Hi,

First: Is more easy to compress text files than .exe,
Second: From msdn: http://msdn.microsoft.com/en-us/library/system.io.compression.gzipstream.aspx[^]

The compression functionality in DeflateStream and GZipStream is exposed as a stream. Data is read in on a byte-by-byte basis, so it is not possible to perform multiple passes to determine the best method for compressing entire files or large blocks of data. The DeflateStream and GZipStream classes are best used on uncompressed sources of data. If the source data is already compressed, using these classes may actually increase the size of the stream.

So I think in some way maybe the .exe is already compressed.
Suspicious | :suss:
GeneralRe: Issue with the GzipStream Class Pin
ramz_g20-Apr-09 19:08
ramz_g20-Apr-09 19:08 
GeneralRe: Issue with the GzipStream Class Pin
Rolando CC21-Apr-09 3:40
professionalRolando CC21-Apr-09 3:40 

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.