Click here to Skip to main content
15,895,746 members
Home / Discussions / C#
   

C#

 
GeneralRe: Random Number Pin
Yitzchok Dev28-Aug-07 10:40
Yitzchok Dev28-Aug-07 10:40 
GeneralRe: Random Number Pin
Guffa28-Aug-07 21:05
Guffa28-Aug-07 21:05 
AnswerRe: Random Number Pin
Dan Neely28-Aug-07 10:53
Dan Neely28-Aug-07 10:53 
QuestionForeColor in Combobox control Pin
polishprogrammer28-Aug-07 5:19
polishprogrammer28-Aug-07 5:19 
AnswerRe: ForeColor in Combobox control Pin
Martin#28-Aug-07 5:58
Martin#28-Aug-07 5:58 
QuestionHebrew or Arabic string in TextBox - characters are reordered automatically for displaying Pin
wex_pl28-Aug-07 4:51
wex_pl28-Aug-07 4:51 
QuestionXmlTextReader Clean Up Pin
swjam28-Aug-07 4:48
swjam28-Aug-07 4:48 
AnswerRe: XmlTextReader Clean Up Pin
Scott Dorman28-Aug-07 5:05
professionalScott Dorman28-Aug-07 5:05 
By wrapping the class in the using statement, the Dispose method is automatically being called when the using block ends. Generally (but not always), Close is synonymous with Dispose. You can verify that by looking at the MSDN docs or using Reflector to look at the code. The Flush method generally is used to flush any data in the internal buffer to disk. Again, generally, the Close method will typically call Flush.


Scott.

—In just two days, tomorrow will be yesterday.

[Forum Guidelines] [Articles] [Blog]

QuestionVariable transfer between different .net Programs Pin
Der M28-Aug-07 4:29
Der M28-Aug-07 4:29 
AnswerRe: Variable transfer between different .net Programs Pin
led mike28-Aug-07 4:46
led mike28-Aug-07 4:46 
AnswerRe: Variable transfer between different .net Programs Pin
DavidNohejl28-Aug-07 5:44
DavidNohejl28-Aug-07 5:44 
GeneralRe: Variable transfer between different .net Programs Pin
Der M28-Aug-07 7:08
Der M28-Aug-07 7:08 
Questiondecimal values Pin
jon-8028-Aug-07 3:56
professionaljon-8028-Aug-07 3:56 
AnswerRe: decimal values Pin
Colin Angus Mackay28-Aug-07 4:13
Colin Angus Mackay28-Aug-07 4:13 
AnswerRe: decimal values Pin
Scott Dorman28-Aug-07 4:15
professionalScott Dorman28-Aug-07 4:15 
GeneralRe: decimal values Pin
Colin Angus Mackay28-Aug-07 5:22
Colin Angus Mackay28-Aug-07 5:22 
GeneralRe: decimal values Pin
Scott Dorman28-Aug-07 7:12
professionalScott Dorman28-Aug-07 7:12 
QuestionCreating DLL's Pin
Dewald28-Aug-07 2:39
Dewald28-Aug-07 2:39 
AnswerRe: Creating DLL's Pin
led mike28-Aug-07 4:59
led mike28-Aug-07 4:59 
AnswerRe: Creating DLL's Pin
sthotakura28-Aug-07 5:26
sthotakura28-Aug-07 5:26 
QuestionThe "using" statements at the top of a .cs Pin
Vodstok28-Aug-07 2:32
Vodstok28-Aug-07 2:32 
AnswerRe: The "using" statements at the top of a .cs Pin
Martin#28-Aug-07 2:41
Martin#28-Aug-07 2:41 
GeneralRe: The "using" statements at the top of a .cs Pin
Vodstok28-Aug-07 2:46
Vodstok28-Aug-07 2:46 
AnswerRe: The "using" statements at the top of a .cs Pin
Spacix One28-Aug-07 2:42
Spacix One28-Aug-07 2:42 
GeneralRe: The "using" statements at the top of a .cs Pin
Scott Dorman28-Aug-07 4:19
professionalScott Dorman28-Aug-07 4:19 

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.