Click here to Skip to main content
15,894,546 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Issue with the GzipStream Class Pin
ramz_g21-Apr-09 7:37
ramz_g21-Apr-09 7:37 
QuestionTableAdapterManager.UpdateAll problem : [ Concurrency violation ] Pin
hdv21220-Apr-09 5:28
hdv21220-Apr-09 5:28 
QuestionIcon in a textbox Pin
edlanka20-Apr-09 4:56
edlanka20-Apr-09 4:56 
AnswerRe: Icon in a textbox Pin
Ian McCaul20-Apr-09 5:26
Ian McCaul20-Apr-09 5:26 
GeneralRe: Icon in a textbox Pin
edlanka20-Apr-09 5:33
edlanka20-Apr-09 5:33 
GeneralRe: Icon in a textbox Pin
Ian McCaul20-Apr-09 5:40
Ian McCaul20-Apr-09 5:40 
GeneralRe: Icon in a textbox Pin
edlanka20-Apr-09 6:49
edlanka20-Apr-09 6:49 
GeneralRe: Icon in a textbox Pin
Mbah Dhaim20-Apr-09 7:15
Mbah Dhaim20-Apr-09 7:15 
GeneralRe: Icon in a textbox Pin
DaveyM6920-Apr-09 8:52
professionalDaveyM6920-Apr-09 8:52 
GeneralRe: Icon in a textbox Pin
Naruki20-Apr-09 17:43
Naruki20-Apr-09 17:43 
Questionhow 2 create a software Pin
dauu20-Apr-09 4:12
dauu20-Apr-09 4:12 
AnswerRe: how 2 create a software Pin
Pete O'Hanlon20-Apr-09 4:13
mvePete O'Hanlon20-Apr-09 4:13 
AnswerRe: how 2 create a software Pin
Colin Angus Mackay20-Apr-09 4:15
Colin Angus Mackay20-Apr-09 4:15 
GeneralRe: how 2 create a software Pin
MidwestLimey20-Apr-09 5:15
professionalMidwestLimey20-Apr-09 5:15 
GeneralRe: how 2 create a software Pin
Luc Pattyn20-Apr-09 5:20
sitebuilderLuc Pattyn20-Apr-09 5:20 

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.