Click here to Skip to main content
15,908,776 members
Home / Discussions / C#
   

C#

 
GeneralCrossWord puzzle alogrithm Pin
Mohsen Saad15-Mar-05 18:04
Mohsen Saad15-Mar-05 18:04 
GeneralRe: CrossWord puzzle alogrithm Pin
Colin Angus Mackay16-Mar-05 0:12
Colin Angus Mackay16-Mar-05 0:12 
GeneralClosing File Stream Pin
mitreviper15-Mar-05 15:49
mitreviper15-Mar-05 15:49 
GeneralRe: Closing File Stream Pin
PaleyX15-Mar-05 16:27
PaleyX15-Mar-05 16:27 
GeneralRe: Closing File Stream Pin
Pushkar Pathak15-Mar-05 17:28
Pushkar Pathak15-Mar-05 17:28 
GeneralRe: Closing File Stream Pin
mitreviper15-Mar-05 19:41
mitreviper15-Mar-05 19:41 
GeneralRe: Closing File Stream Pin
mav.northwind15-Mar-05 20:42
mav.northwind15-Mar-05 20:42 
GeneralRe: Closing File Stream ... close calls dispose Pin
Pushkar Pathak15-Mar-05 20:56
Pushkar Pathak15-Mar-05 20:56 
The Close () method in turns calls the Dispose() method and thats the reason why the filestream object is garbage collected... here is the msdn reference for it

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemiofilestreamclassclosetopic.asp[^]

Pushkar Pathak
GeneralRe: Closing File Stream ... close calls dispose Pin
S. Senthil Kumar16-Mar-05 18:11
S. Senthil Kumar16-Mar-05 18:11 
GeneralVS 's Installer Pin
zecodela15-Mar-05 15:21
zecodela15-Mar-05 15:21 
GeneralRe: VS 's Installer Pin
Dave Kreskowiak16-Mar-05 14:37
mveDave Kreskowiak16-Mar-05 14:37 
GeneralGDI GradientFill Pin
Mathew Hall15-Mar-05 14:33
Mathew Hall15-Mar-05 14:33 
GeneralRe: GDI GradientFill Pin
Christian Graus15-Mar-05 14:52
protectorChristian Graus15-Mar-05 14:52 
GeneralRe: GDI GradientFill Pin
Mathew Hall15-Mar-05 17:10
Mathew Hall15-Mar-05 17:10 
Generali want to know something Pin
snouto15-Mar-05 12:32
snouto15-Mar-05 12:32 
GeneralRe: i want to know something Pin
Christian Graus15-Mar-05 12:57
protectorChristian Graus15-Mar-05 12:57 
GeneralUsing the update command of the datagrid to alter the data in a dataset Pin
Anonymous15-Mar-05 12:18
Anonymous15-Mar-05 12:18 
GeneralReceiving SMS problem Pin
ccui15-Mar-05 10:18
ccui15-Mar-05 10:18 
GeneralDataGrid TableStyles Pin
dennista15-Mar-05 9:03
dennista15-Mar-05 9:03 
GeneralRe: DataGrid TableStyles Pin
Kodanda Pani15-Mar-05 18:06
Kodanda Pani15-Mar-05 18:06 
GeneralRe: DataGrid TableStyles Pin
dennista16-Mar-05 3:31
dennista16-Mar-05 3:31 
GeneralFile IO in Webservice gives Error Pin
James Poulose15-Mar-05 8:21
James Poulose15-Mar-05 8:21 
GeneralRe: File IO in Webservice gives Error Pin
TylerBrinks15-Mar-05 9:46
TylerBrinks15-Mar-05 9:46 
QuestionHow to create a shallow copy of List<T> ? Pin
Andres Coder15-Mar-05 7:50
Andres Coder15-Mar-05 7:50 
AnswerRe: How to create a shallow copy of List<T> ? Pin
leppie15-Mar-05 8:51
leppie15-Mar-05 8:51 

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.