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

C#

 
AnswerRe: Controlling cursor and retrigger in text box event handler Pin
Jimmanuel14-Oct-08 12:34
Jimmanuel14-Oct-08 12:34 
GeneralRe: Controlling cursor and retrigger in text box event handler Pin
nofacts14-Oct-08 12:47
nofacts14-Oct-08 12:47 
QuestionMerging to databases Pin
postonoh14-Oct-08 10:16
postonoh14-Oct-08 10:16 
Questionvisual c++ runtine error while using c#.net Pin
balu1234514-Oct-08 7:17
balu1234514-Oct-08 7:17 
AnswerRe: visual c++ runtine error while using c#.net Pin
KaptinKrunch14-Oct-08 7:23
KaptinKrunch14-Oct-08 7:23 
Questionvirtual memory fragmentation Pin
arcabid14-Oct-08 7:16
arcabid14-Oct-08 7:16 
AnswerRe: virtual memory fragmentation Pin
Guffa14-Oct-08 11:25
Guffa14-Oct-08 11:25 
GeneralRe: virtual memory fragmentation Pin
arcabid15-Oct-08 3:03
arcabid15-Oct-08 3:03 
Guffa,

I use an external C++ library (QuickFix), so I would imagine that's where unmanaged memory is used. Otherwise, everything in my code is managed C#. I thought maybe in some momemnt of lunacy I did write unmanaged code, but search for words "unsafe" or "~" or "!" produces nothing.

When you say "application really leaks memory", wouldn't it cause increase in the Private Bytes memory? I don't observe that. The Private Bytes are increasing throughout the day, but every couple of hours they drastically go down. This is really purzzling, as I am watching GC Gen 0, GC Gen 1, and GC Gen 2 counters, and they all increment so I would think that Private Bytes would be managed better. So the infrequent drastic drop in Private Bytes is puzzling. Virtual Bytes, on the other hand, never go down.

I am trying memory comparisions between WindDbg breakpoints, but that isn't going all that quickly Smile | :)
GeneralRe: virtual memory fragmentation Pin
S. Senthil Kumar15-Oct-08 4:21
S. Senthil Kumar15-Oct-08 4:21 
GeneralRe: virtual memory fragmentation Pin
arcabid15-Oct-08 9:04
arcabid15-Oct-08 9:04 
Questionloading a file on the lisview conttrol by a double click (c#) Pin
Gianpaolo Barci14-Oct-08 6:49
Gianpaolo Barci14-Oct-08 6:49 
AnswerRe: loading a file on the lisview conttrol by a double click (c#) Pin
Dan Neely14-Oct-08 6:58
Dan Neely14-Oct-08 6:58 
AnswerRe: loading a file on the lisview conttrol by a double click (c#) Pin
KaptinKrunch14-Oct-08 7:04
KaptinKrunch14-Oct-08 7:04 
QuestionToolStripDropDownButton error...is it just me? Pin
pacoxl14-Oct-08 6:23
pacoxl14-Oct-08 6:23 
AnswerRe: ToolStripDropDownButton error...is it just me? Pin
Paul Conrad14-Oct-08 7:07
professionalPaul Conrad14-Oct-08 7:07 
GeneralRe: ToolStripDropDownButton error...is it just me? Pin
pacoxl14-Oct-08 8:02
pacoxl14-Oct-08 8:02 
QuestionRe: ToolStripDropDownButton error...is it just me? [modified] Pin
Alan Burkhart4-Sep-11 21:25
Alan Burkhart4-Sep-11 21:25 
QuestionTreeview Pin
boiDev14-Oct-08 5:48
boiDev14-Oct-08 5:48 
AnswerRe: Treeview Pin
Paul Conrad14-Oct-08 7:08
professionalPaul Conrad14-Oct-08 7:08 
GeneralRe: Treeview Pin
nelsonpaixao14-Oct-08 12:17
nelsonpaixao14-Oct-08 12:17 
Questionneed help - A C# utility for a simple web query like application Pin
carl_em_200714-Oct-08 5:41
carl_em_200714-Oct-08 5:41 
AnswerRe: need help - A C# utility for a simple web query like application Pin
Simon P Stevens14-Oct-08 5:48
Simon P Stevens14-Oct-08 5:48 
AnswerRe: need help - A C# utility for a simple web query like application Pin
Ed.Poore14-Oct-08 6:07
Ed.Poore14-Oct-08 6:07 
GeneralRe: need help - A C# utility for a simple web query like application Pin
carl_em_200714-Oct-08 6:24
carl_em_200714-Oct-08 6:24 
GeneralRe: need help - A C# utility for a simple web query like application Pin
Ed.Poore14-Oct-08 8:03
Ed.Poore14-Oct-08 8:03 

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.