Click here to Skip to main content
15,890,123 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem accessing a function in a nested class Pin
Nick Parker14-Jul-04 11:42
protectorNick Parker14-Jul-04 11:42 
GeneralRe: Problem accessing a function in a nested class Pin
crushinghellhammer14-Jul-04 11:57
crushinghellhammer14-Jul-04 11:57 
GeneralRe: Problem accessing a function in a nested class Pin
crushinghellhammer14-Jul-04 12:25
crushinghellhammer14-Jul-04 12:25 
GeneralRe: Problem accessing a function in a nested class Pin
Nick Parker14-Jul-04 13:19
protectorNick Parker14-Jul-04 13:19 
GeneralRe: Problem accessing a function in a nested class Pin
crushinghellhammer14-Jul-04 13:29
crushinghellhammer14-Jul-04 13:29 
GeneralRe: Problem accessing a function in a nested class Pin
Nick Parker14-Jul-04 15:19
protectorNick Parker14-Jul-04 15:19 
GeneralFileStream / BinaryReader Pin
PaleyX14-Jul-04 10:31
PaleyX14-Jul-04 10:31 
GeneralRe: FileStream / BinaryReader Pin
Nick Parker14-Jul-04 11:54
protectorNick Parker14-Jul-04 11:54 
PaleyX wrote:
Does calling Close on the FileStream call Close/Dispose on the BinaryReader?

No, you should not do that. Internally, the BinaryReader uses a reference to the FileStream instance. Because the BinaryReader implements IDisposable, you can wrap the BinaryReader in a using statement so try/finally blocks are emited and the BinaryReader is cast to an IDisposable and the Dispose() method is called.

- Nick Parker
My Blog | My Articles

QuestionPlease i need helping in TAPI application ? Pin
Wail A.Salem14-Jul-04 10:18
Wail A.Salem14-Jul-04 10:18 
AnswerRe: Please i need helping in TAPI application ? Pin
Nick Parker14-Jul-04 10:31
protectorNick Parker14-Jul-04 10:31 
GeneralRe: Please i need helping in TAPI application ? - edited Pin
Michael P Butler14-Jul-04 10:34
Michael P Butler14-Jul-04 10:34 
GeneralRe: Please i need helping in TAPI application ? - edited Pin
Nick Parker14-Jul-04 10:47
protectorNick Parker14-Jul-04 10:47 
GeneralRe: Please i need helping in TAPI application ? - edited Pin
Michael P Butler14-Jul-04 10:52
Michael P Butler14-Jul-04 10:52 
AnswerRe: Please i need helping in TAPI application ? Pin
Michael P Butler14-Jul-04 10:31
Michael P Butler14-Jul-04 10:31 
Generalrss readers Pin
Konstantin_progr14-Jul-04 10:08
Konstantin_progr14-Jul-04 10:08 
GeneralRe: rss readers Pin
Michael P Butler14-Jul-04 10:43
Michael P Butler14-Jul-04 10:43 
GeneralRe: rss readers Pin
Konstantin_progr14-Jul-04 10:45
Konstantin_progr14-Jul-04 10:45 
GeneralRe: rss readers Pin
Konstantin_progr15-Jul-04 0:23
Konstantin_progr15-Jul-04 0:23 
GeneralRe: rss readers Pin
Nick Parker14-Jul-04 10:44
protectorNick Parker14-Jul-04 10:44 
QuestionListView Scoll? Pin
Bill Dean14-Jul-04 9:56
Bill Dean14-Jul-04 9:56 
AnswerRe: ListView Scoll? Pin
Jay Shankar14-Jul-04 16:33
Jay Shankar14-Jul-04 16:33 
GeneralTextBox Enter... Pin
blankg14-Jul-04 8:06
blankg14-Jul-04 8:06 
GeneralRe: TextBox Enter... Pin
Nick Parker14-Jul-04 8:20
protectorNick Parker14-Jul-04 8:20 
GeneralRe: TextBox Enter... Pin
blankg14-Jul-04 23:20
blankg14-Jul-04 23:20 
GeneralRe: TextBox Enter... Pin
turbochimp16-Jul-04 3:35
turbochimp16-Jul-04 3:35 

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.