Click here to Skip to main content
15,891,905 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can i know witch language is active in the language bar ? ? Pin
Yanshof4-Jun-08 23:06
Yanshof4-Jun-08 23:06 
GeneralRe: How can i know witch language is active in the language bar ? ? Pin
leppie5-Jun-08 1:19
leppie5-Jun-08 1:19 
QuestionProblem in Calling an MS Access Stored Procedure which in turn calls a Macro Function Pin
Rafferty Uy4-Jun-08 21:37
Rafferty Uy4-Jun-08 21:37 
AnswerRe: Problem in Calling an MS Access Stored Procedure which in turn calls a Macro Function Pin
leppie4-Jun-08 23:00
leppie4-Jun-08 23:00 
GeneralRe: Problem in Calling an MS Access Stored Procedure which in turn calls a Macro Function Pin
Rafferty Uy5-Jun-08 0:31
Rafferty Uy5-Jun-08 0:31 
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 
Hello everyone,


I want to monitor whether the handles of my C# application is released timely. The handles I mean various native handles wrapped by various Stream classes, like XMLReader/XMLWriter, Request.InputStream of Http request, etc.

(I do not use any native handles directly, and I only use C# wrap class like StreamReader.)

Currently, I am using Process Explorer --> Select the specific process for my C# application --> Select Properties --> Select Performance Tab --> Watch for "Handles" (including Handles, GDI Handles and USER Handles).

My questions are,

1. Is it the correct method to serve my purpose?
2. Any better tools or methods to use? Smile | :)


thanks in advance,
George
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 
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 

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.