Click here to Skip to main content
15,917,627 members
Home / Discussions / C#
   

C#

 
AnswerRe: Inter process communication Pin
led mike19-Sep-07 5:09
led mike19-Sep-07 5:09 
GeneralRe: Inter process communication Pin
KrunalC19-Sep-07 5:12
KrunalC19-Sep-07 5:12 
GeneralRe: Inter process communication Pin
led mike19-Sep-07 5:51
led mike19-Sep-07 5:51 
QuestionError creatin window handle Pin
eoe19-Sep-07 4:09
eoe19-Sep-07 4:09 
AnswerRe: Error creatin window handle Pin
Judah Gabriel Himango19-Sep-07 4:37
sponsorJudah Gabriel Himango19-Sep-07 4:37 
GeneralRe: Error creatin window handle Pin
eoe19-Sep-07 19:20
eoe19-Sep-07 19:20 
AnswerRe: Error creatin window handle Pin
mav.northwind19-Sep-07 19:17
mav.northwind19-Sep-07 19:17 
GeneralRe: Error creatin window handle Pin
eoe19-Sep-07 21:24
eoe19-Sep-07 21:24 
Hi,

thanks for the excellent link. This is exactly what I was looking for. Using GetGuiResources shows that even if I dispose (or I think that I dispose them) the gui objects, not all used window handles were disposed. Just to give a small example:

Before opening an order : 204 / 375
After opening an order : 370 / 1988
After closing an order : 267 / 699

I guess that if everything would work correct the total numbers of available gui handles after closing an order should be the same as before opening the order. Is there any way to detect this memory leak?

Regards

Erik

GeneralRe: Error creatin window handle Pin
Judah Gabriel Himango20-Sep-07 4:26
sponsorJudah Gabriel Himango20-Sep-07 4:26 
QuestionFire a keyboard event.... Pin
Arish rivlin19-Sep-07 3:56
Arish rivlin19-Sep-07 3:56 
AnswerRe: Fire a keyboard event.... Pin
Judah Gabriel Himango19-Sep-07 4:35
sponsorJudah Gabriel Himango19-Sep-07 4:35 
GeneralRe: Fire a keyboard event.... Pin
Arish rivlin19-Sep-07 6:10
Arish rivlin19-Sep-07 6:10 
QuestionWhy does my Service with Custom UserNamePasswordValidator not run?? Pin
jogibear998819-Sep-07 3:20
jogibear998819-Sep-07 3:20 
AnswerChannelDispatcher error Pin
jogibear998819-Sep-07 8:45
jogibear998819-Sep-07 8:45 
QuestionHow to Dynamically populate Checkbox in Gridview asp.net 2.0 Pin
SJSaranya19-Sep-07 3:13
SJSaranya19-Sep-07 3:13 
AnswerRe: How to Dynamically populate Checkbox in Gridview asp.net 2.0 Pin
fearless stallion19-Sep-07 16:45
fearless stallion19-Sep-07 16:45 
QuestionMax size of String in body of email using Process.Start( String.Format("mailto:{0}?Subject={1}&Body={2}" Pin
lovelylooney19-Sep-07 3:07
lovelylooney19-Sep-07 3:07 
AnswerRe: Max size of String in body of email using Process.Start( String.Format("mailto:{0}?Subject={1}&Body={2}" Pin
Pete O'Hanlon19-Sep-07 3:25
mvePete O'Hanlon19-Sep-07 3:25 
QuestionEnding another process Pin
__DanC__19-Sep-07 2:55
__DanC__19-Sep-07 2:55 
AnswerRe: Ending another process Pin
Pete O'Hanlon19-Sep-07 3:04
mvePete O'Hanlon19-Sep-07 3:04 
GeneralRe: Ending another process Pin
__DanC__19-Sep-07 3:06
__DanC__19-Sep-07 3:06 
AnswerRe: Ending another process Pin
Luc Pattyn19-Sep-07 6:00
sitebuilderLuc Pattyn19-Sep-07 6:00 
GeneralRe: Ending another process Pin
__DanC__19-Sep-07 6:02
__DanC__19-Sep-07 6:02 
GeneralRe: Ending another process Pin
Pete O'Hanlon19-Sep-07 9:58
mvePete O'Hanlon19-Sep-07 9:58 
GeneralRe: Ending another process Pin
martin_hughes19-Sep-07 12:43
martin_hughes19-Sep-07 12:43 

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.