Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
GeneralRe: textBox -to- Binary Registry Pin
Jeff J21-Dec-02 17:52
Jeff J21-Dec-02 17:52 
GeneralRe: textBox -to- Binary Registry Pin
Jassim Rahma22-Dec-02 20:01
Jassim Rahma22-Dec-02 20:01 
GeneralMinimized window on Stausbar Pin
Jassim Rahma18-Dec-02 6:18
Jassim Rahma18-Dec-02 6:18 
QuestionWhy is my C# so big? Pin
Adrian Hall18-Dec-02 5:58
Adrian Hall18-Dec-02 5:58 
AnswerRe: My C# is bigger than yours Pin
Daniel Turini18-Dec-02 6:54
Daniel Turini18-Dec-02 6:54 
AnswerRe: Why is my C# so big? Pin
Omega50118-Dec-02 10:38
Omega50118-Dec-02 10:38 
GeneralRe: Why is my C# so big? Pin
Stephane Rodriguez.18-Dec-02 21:47
Stephane Rodriguez.18-Dec-02 21:47 
GeneralRe: Why is my C# so big? Pin
Omega50119-Dec-02 9:33
Omega50119-Dec-02 9:33 
Unfortunately, task manager does not report true memory usage, it reports what it "thinks" an app needs - try it out for yourself

load up word or something similar
open task manager and find the instance of the program you have just started
While task manager is open, minimize the app
watch the memory usage drop.

I did this with Word and the memory usage in task manager dropped from 14 meg to 500k - somehow I don't think that it's reporting correct memory here.

Process.WorkingSet is supposed to report the memory usage used by the enitre app (and any component dll's?) but the last time I used it, my memory usage blew out to 110 meg after 6 - 7 hours, and I think this is what caused the high memory usage - this is why I'm after a more "liteweight" of checking memory usage.
GeneralRe: Why is my C# so big? Pin
Stephane Rodriguez.19-Dec-02 18:47
Stephane Rodriguez.19-Dec-02 18:47 
GeneralRe: Why is my C# so big? Pin
Omega50119-Dec-02 21:14
Omega50119-Dec-02 21:14 
AnswerRe: Why is my C# so big? Pin
Burt Harris18-Dec-02 22:43
Burt Harris18-Dec-02 22:43 
GeneralRe: Why is my C# so big? Pin
Kannan Kalyanaraman19-Dec-02 2:20
Kannan Kalyanaraman19-Dec-02 2:20 
GeneralRe: Why is my C# so big? Pin
Burt Harris21-Dec-02 15:42
Burt Harris21-Dec-02 15:42 
GeneralAPI Calls from Win2k and Win98 Pin
Jonathan Austin18-Dec-02 5:54
Jonathan Austin18-Dec-02 5:54 
GeneralRe: API Calls from Win2k and Win98 Pin
Jonathan Austin18-Dec-02 8:27
Jonathan Austin18-Dec-02 8:27 
GeneralHelp: Move file to a shared fold over network with File.Move() Pin
RT197118-Dec-02 5:41
RT197118-Dec-02 5:41 
GeneralForgot to note that these codes are in a web app. Win app works OK. Pin
RT197118-Dec-02 6:00
RT197118-Dec-02 6:00 
GeneralRe: Help: Move file to a shared fold over network with File.Move() Pin
SimonS18-Dec-02 22:37
SimonS18-Dec-02 22:37 
GeneralRe: Help: Move file to a shared fold over network with File.Move() Pin
RT197119-Dec-02 5:47
RT197119-Dec-02 5:47 
GeneralProject Dependencies Pin
Derek Lakin18-Dec-02 3:16
Derek Lakin18-Dec-02 3:16 
GeneralRe: Project Dependencies Pin
LongRange.Shooter18-Dec-02 11:16
LongRange.Shooter18-Dec-02 11:16 
GeneralRe: Project Dependencies Pin
Derek Lakin18-Dec-02 20:00
Derek Lakin18-Dec-02 20:00 
GeneralRe: Project Dependencies Pin
leppie19-Dec-02 7:31
leppie19-Dec-02 7:31 
GeneralRe: Project Dependencies Pin
bisquic9-May-04 7:20
bisquic9-May-04 7:20 
GeneralMonitoring an object Pin
Mauricio Ritter18-Dec-02 1:12
Mauricio Ritter18-Dec-02 1:12 

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.