Click here to Skip to main content
15,899,661 members
Home / Discussions / C#
   

C#

 
AnswerRe: Using Status Bar Pin
Sandeep Akhare26-Feb-07 3:46
Sandeep Akhare26-Feb-07 3:46 
QuestionDifference between flush\dispose\close Pin
sharpiesharpie26-Feb-07 2:00
sharpiesharpie26-Feb-07 2:00 
AnswerRe: Difference between flush\dispose\close Pin
Abisodun26-Feb-07 2:20
Abisodun26-Feb-07 2:20 
AnswerRe: Difference between flush\dispose\close Pin
Sandeep Akhare26-Feb-07 2:26
Sandeep Akhare26-Feb-07 2:26 
GeneralRe: Difference between flush\dispose\close Pin
sharpiesharpie26-Feb-07 2:36
sharpiesharpie26-Feb-07 2:36 
GeneralRe: Difference between flush\dispose\close Pin
Sandeep Akhare26-Feb-07 2:56
Sandeep Akhare26-Feb-07 2:56 
GeneralRe: Difference between flush\dispose\close Pin
sharpiesharpie26-Feb-07 3:02
sharpiesharpie26-Feb-07 3:02 
GeneralRe: Difference between flush\dispose\close Pin
Sandeep Akhare26-Feb-07 3:29
Sandeep Akhare26-Feb-07 3:29 
Sorry you are write
Calling Dispose allows the resources used by the Stream to be reallocated for other purposes.
Flushing the stream will not flush its underlying encoder unless you explicitly call an implementation of Flush or Close. Setting AutoFlush to true means that data will be flushed from the buffer to the stream, but the encoder state will not be flushed. This allows the encoder to keep its state (partial characters) so that it can encode the next block of characters correctly.
Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream
Taken from MSDN Smile | :)


<l>Thanks and Regards
Sandeep

GeneralRe: Difference between flush\dispose\close Pin
Guffa26-Feb-07 3:57
Guffa26-Feb-07 3:57 
GeneralRe: Difference between flush\dispose\close Pin
Luc Pattyn26-Feb-07 10:15
sitebuilderLuc Pattyn26-Feb-07 10:15 
AnswerRe: Difference between flush\dispose\close Pin
Colin Angus Mackay26-Feb-07 3:46
Colin Angus Mackay26-Feb-07 3:46 
GeneralRe: Difference between flush\dispose\close Pin
Scott Dorman26-Feb-07 4:09
professionalScott Dorman26-Feb-07 4:09 
GeneralRe: Difference between flush\dispose\close Pin
Colin Angus Mackay26-Feb-07 4:30
Colin Angus Mackay26-Feb-07 4:30 
GeneralRe: Difference between flush\dispose\close Pin
sharpiesharpie26-Feb-07 4:41
sharpiesharpie26-Feb-07 4:41 
GeneralRe: Difference between flush\dispose\close Pin
Colin Angus Mackay26-Feb-07 4:48
Colin Angus Mackay26-Feb-07 4:48 
GeneralRe: Difference between flush\dispose\close Pin
Scott Dorman26-Feb-07 4:41
professionalScott Dorman26-Feb-07 4:41 
AnswerRe: Difference between flush\dispose\close Pin
Scott Dorman26-Feb-07 4:11
professionalScott Dorman26-Feb-07 4:11 
QuestionDeploying App with Crystal Report (.Net 2005) Pin
Banjo Ayorinde26-Feb-07 1:26
Banjo Ayorinde26-Feb-07 1:26 
QuestionpropertyGrid Pin
mihksoft26-Feb-07 0:21
mihksoft26-Feb-07 0:21 
AnswerRe: propertyGrid Pin
topcatalpha26-Feb-07 0:26
topcatalpha26-Feb-07 0:26 
GeneralRe: propertyGrid Pin
mihksoft26-Feb-07 2:56
mihksoft26-Feb-07 2:56 
GeneralRe: propertyGrid Pin
topcatalpha26-Feb-07 3:06
topcatalpha26-Feb-07 3:06 
GeneralRe: propertyGrid Pin
mihksoft26-Feb-07 3:13
mihksoft26-Feb-07 3:13 
GeneralRe: propertyGrid Pin
topcatalpha26-Feb-07 3:21
topcatalpha26-Feb-07 3:21 
QuestionAssign Datagridview.datasource Pin
topcatalpha26-Feb-07 0:21
topcatalpha26-Feb-07 0:21 

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.