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

C#

 
GeneralRe: Problem in Calling an MS Access Stored Procedure which in turn calls a Macro Function Pin
leppie5-Jun-08 1:57
leppie5-Jun-08 1:57 
GeneralRe: Problem in Calling an MS Access Stored Procedure which in turn calls a Macro Function Pin
Rafferty Uy5-Jun-08 4:05
Rafferty Uy5-Jun-08 4:05 
Questionmonitor for handle leak Pin
George_George4-Jun-08 20:48
George_George4-Jun-08 20:48 
AnswerRe: monitor for handle leak Pin
S. Senthil Kumar4-Jun-08 22:59
S. Senthil Kumar4-Jun-08 22:59 
GeneralRe: monitor for handle leak Pin
George_George4-Jun-08 23:06
George_George4-Jun-08 23:06 
GeneralRe: monitor for handle leak Pin
S. Senthil Kumar4-Jun-08 23:28
S. Senthil Kumar4-Jun-08 23:28 
GeneralRe: monitor for handle leak Pin
George_George4-Jun-08 23:43
George_George4-Jun-08 23:43 
GeneralRe: monitor for handle leak Pin
S. Senthil Kumar5-Jun-08 0:06
S. Senthil Kumar5-Jun-08 0:06 
George_George wrote:
means if Finalizer is not called, the handle to be released in Finalizer is still counter as part of the Handle Count counter, but when Finalizer is called, the handle will not be counter as part of the Handle Count counter?


There is no magic there. The finalizer, if implemented properly, will close any handles held by that object and therefore the counter will go down.
George_George wrote:
If I call Close immediately after using the handle or using "using" block, then handle could be closed immediately, and and Handle Count is reduced immediately?


Yes, as long as the object correctly implements the IDisposable pattern.

Regards
Senthil [MVP - Visual C#]
_____________________________
My Blog | My Articles | My Flickr | WinMacro

GeneralRe: monitor for handle leak Pin
George_George5-Jun-08 0:39
George_George5-Jun-08 0:39 
Questionwhy image is not update in other form , on 2nd form closed event ? Pin
nomi4-Jun-08 20:42
nomi4-Jun-08 20:42 
AnswerRe: why image is not update in other form , on 2nd form closed event ? Pin
leppie4-Jun-08 23:04
leppie4-Jun-08 23:04 
AnswerRe: why image is not update in other form , on 2nd form closed event ? Pin
J a a n s4-Jun-08 23:04
professionalJ a a n s4-Jun-08 23:04 
AnswerRe: why image is not update in other form , on 2nd form closed event ? Pin
wasimsharp4-Jun-08 23:50
wasimsharp4-Jun-08 23:50 
RantIgnore - repost Pin
Guffa5-Jun-08 1:38
Guffa5-Jun-08 1:38 
Questionbind grid using cascade drop down with out postback Pin
Member 38798814-Jun-08 20:42
Member 38798814-Jun-08 20:42 
AnswerRe: bind grid using cascade drop down with out postback Pin
leppie4-Jun-08 23:05
leppie4-Jun-08 23:05 
AnswerRe: bind grid using cascade drop down with out postback Pin
wasimsharp5-Jun-08 0:21
wasimsharp5-Jun-08 0:21 
QuestionType.GetFields Method (BindingFlags) Pin
George_George4-Jun-08 19:40
George_George4-Jun-08 19:40 
AnswerRe: Type.GetFields Method (BindingFlags) Pin
S. Senthil Kumar4-Jun-08 22:57
S. Senthil Kumar4-Jun-08 22:57 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
George_George4-Jun-08 23:00
George_George4-Jun-08 23:00 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
S. Senthil Kumar4-Jun-08 23:24
S. Senthil Kumar4-Jun-08 23:24 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
George_George4-Jun-08 23:44
George_George4-Jun-08 23:44 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
S. Senthil Kumar5-Jun-08 0:03
S. Senthil Kumar5-Jun-08 0:03 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
George_George5-Jun-08 0:51
George_George5-Jun-08 0:51 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
leppie5-Jun-08 0:18
leppie5-Jun-08 0:18 

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.