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

C#

 
GeneralRe: Tab Control Events Not Firing Pin
monrobot1311-Apr-03 11:16
monrobot1311-Apr-03 11:16 
GeneralRe: Tab Control Events Not Firing Pin
spolia11-Apr-03 15:59
spolia11-Apr-03 15:59 
GeneralCompressed streams Pin
Arun Bhalla11-Apr-03 10:51
Arun Bhalla11-Apr-03 10:51 
GeneralRe: Compressed streams Pin
Nathan Blomquist12-Apr-03 6:10
Nathan Blomquist12-Apr-03 6:10 
GeneralC# requires how much memory?! Pin
pahlsson11-Apr-03 9:47
pahlsson11-Apr-03 9:47 
GeneralRe: C# requires how much memory?! Pin
leppie11-Apr-03 12:33
leppie11-Apr-03 12:33 
GeneralRe: C# requires how much memory?! Pin
pahlsson11-Apr-03 22:41
pahlsson11-Apr-03 22:41 
GeneralRe: C# requires how much memory?! Pin
Martin Cook15-Apr-03 8:39
professionalMartin Cook15-Apr-03 8:39 
One thing that you can do to reduce the memory footprint of your application at runtime is to remove any unused assembly references. For instance, all GUI applications seem to come complete with a using System.Xml statement along with a matching reference to the System.Xml.DLL assembly. That's fine if you are doing xml stuff, but if you aren't then the extra assembly is just taking up space... Eek! | :eek: Try it, you'll see what I mean.
QuestionWhat could it be after dot? Pin
kensai11-Apr-03 7:21
kensai11-Apr-03 7:21 
AnswerRe: What could it be after dot? Pin
Andy Smith11-Apr-03 7:26
Andy Smith11-Apr-03 7:26 
AnswerRe: What could it be after dot? Pin
Daniel Turini11-Apr-03 7:44
Daniel Turini11-Apr-03 7:44 
GeneralRe: What could it be after dot? Pin
leppie11-Apr-03 12:41
leppie11-Apr-03 12:41 
AnswerRe: What could it be after dot? Pin
David Stone11-Apr-03 9:33
sitebuilderDavid Stone11-Apr-03 9:33 
QuestionListView scroll information? Pin
Chibi Maruko S11-Apr-03 5:04
Chibi Maruko S11-Apr-03 5:04 
GeneralDisplaying Dynamic text on forms Pin
Paul Griffin11-Apr-03 3:44
Paul Griffin11-Apr-03 3:44 
GeneralRe: Displaying Dynamic text on forms Pin
Reiss11-Apr-03 4:39
professionalReiss11-Apr-03 4:39 
General.NET IDE Pin
Andy H10-Apr-03 23:54
Andy H10-Apr-03 23:54 
GeneralRe: .NET IDE Pin
David Stone11-Apr-03 9:34
sitebuilderDavid Stone11-Apr-03 9:34 
GeneralRe: .NET IDE Pin
Daniel Turini11-Apr-03 10:14
Daniel Turini11-Apr-03 10:14 
GeneralRe: .NET IDE Pin
leppie11-Apr-03 12:49
leppie11-Apr-03 12:49 
QuestionHow to Control a Form's Treeview via anoter class by Form's handle? Pin
kinghuangz10-Apr-03 18:49
kinghuangz10-Apr-03 18:49 
QuestionExposing IDispatch via C# ?? Pin
LongRange.Shooter10-Apr-03 15:55
LongRange.Shooter10-Apr-03 15:55 
AnswerRe: Exposing IDispatch via C# ?? Pin
Bog10-Apr-03 17:59
Bog10-Apr-03 17:59 
QuestionIs there a way to make native win32 call? Pin
Le centriste10-Apr-03 6:08
Le centriste10-Apr-03 6:08 
AnswerRe: Is there a way to make native win32 call? Pin
Duncan Edwards Jones10-Apr-03 6:13
professionalDuncan Edwards Jones10-Apr-03 6:13 

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.