Click here to Skip to main content
15,909,437 members
Home / Discussions / C#
   

C#

 
GeneralRe: Point out the error Pin
sns20-Dec-02 17:29
sns20-Dec-02 17:29 
GeneralRe: Point out the error Pin
Jeff J20-Dec-02 18:08
Jeff J20-Dec-02 18:08 
GeneralRe: Point out the error Pin
sns22-Dec-02 21:19
sns22-Dec-02 21:19 
GeneralRe: Point out the error Pin
WizardOfPeyton23-Dec-02 12:52
WizardOfPeyton23-Dec-02 12:52 
GeneralRe: Point out the error Pin
sns23-Dec-02 18:33
sns23-Dec-02 18:33 
GeneralRe: Point out the error Pin
WizardOfPeyton24-Dec-02 7:28
WizardOfPeyton24-Dec-02 7:28 
GeneralRe: Point out the error Pin
sns25-Dec-02 19:45
sns25-Dec-02 19:45 
GeneralRe: Point out the error Pin
WizardOfPeyton15-Jan-03 5:14
WizardOfPeyton15-Jan-03 5:14 
Generaladding extensions to the standard window's context menu Pin
jtmtv1818-Dec-02 18:36
jtmtv1818-Dec-02 18:36 
GeneralRe: adding extensions to the standard window's context menu Pin
Kannan Kalyanaraman18-Dec-02 21:30
Kannan Kalyanaraman18-Dec-02 21:30 
QuestionAnything I should watch out for doing this? Pin
LongRange.Shooter18-Dec-02 11:05
LongRange.Shooter18-Dec-02 11:05 
GeneralWeb Service Question Pin
Larry Rutledge18-Dec-02 6:54
Larry Rutledge18-Dec-02 6:54 
GeneralRe: Web Service Question Pin
Adrian Hall18-Dec-02 7:09
Adrian Hall18-Dec-02 7:09 
GeneralRe: Web Service Question Pin
Daniel Turini18-Dec-02 8:52
Daniel Turini18-Dec-02 8:52 
GeneralRe: Web Service Question Pin
Wilco B.18-Dec-02 10:43
Wilco B.18-Dec-02 10:43 
GeneraltextBox -to- Binary Registry Pin
Jassim Rahma18-Dec-02 6:22
Jassim Rahma18-Dec-02 6:22 
GeneralRe: textBox -to- Binary Registry Pin
Adrian Hall18-Dec-02 7:07
Adrian Hall18-Dec-02 7:07 
GeneralRe: textBox -to- Binary Registry Pin
Jassim Rahma18-Dec-02 7:22
Jassim Rahma18-Dec-02 7:22 
GeneralRe: textBox -to- Binary Registry Pin
Jeff J18-Dec-02 17:05
Jeff J18-Dec-02 17:05 
GeneralRe: textBox -to- Binary Registry Pin
Jassim Rahma21-Dec-02 10:20
Jassim Rahma21-Dec-02 10:20 
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 
I have now completed my first real C# program - its a nice system tray thing with a notifier that goes and notifies me when I have new web mail by doing HTTP Post/Gets (these response with an XML reply which I then parse). It also uses the TaskbarNotifier class and the QuickRegistry class that I found in the CodeProject articles (many thanks to the respective authors for these).

My only problem is that the release version of the build consumes 14MB of RAM. I compare this with msnim (which Im sure is written with .NET) and other "long running" processes of the same caliber, and I can only come to the conclusion that I need to reduce the running footprint of my program.

Next Q: What can I do to reduce the running footprint?

I have:
* Changed the build type to "Release"
* Removed TRACE from the build parameters (under Conditional Compilation Constants)

Is there anything else in general I can do, or do I start attempting to rework code at this point to make it lighter weight? (e.g. constant sized strings rather than dynamic strings)

-Adrian
AnswerRe: My C# is bigger than yours Pin
Daniel Turini18-Dec-02 6:54
Daniel Turini18-Dec-02 6:54 

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.