Click here to Skip to main content
16,005,206 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionPleaaaaaaaase help??!! Pin
flashmemory19-Jan-06 0:36
flashmemory19-Jan-06 0:36 
AnswerRe: Pleaaaaaaaase help??!! Pin
Ritesh123419-Jan-06 1:03
Ritesh123419-Jan-06 1:03 
AnswerRe: Pleaaaaaaaase help??!! Pin
Dave Kreskowiak19-Jan-06 6:19
mveDave Kreskowiak19-Jan-06 6:19 
QuestionSerious Problem on Memory Usage Pin
cylix200018-Jan-06 23:24
cylix200018-Jan-06 23:24 
AnswerRe: Serious Problem on Memory Usage Pin
Owner drawn19-Jan-06 0:33
Owner drawn19-Jan-06 0:33 
AnswerRe: Serious Problem on Memory Usage Pin
Dave Kreskowiak19-Jan-06 6:14
mveDave Kreskowiak19-Jan-06 6:14 
GeneralRe: Serious Problem on Memory Usage Pin
cylix200019-Jan-06 13:57
cylix200019-Jan-06 13:57 
GeneralRe: Serious Problem on Memory Usage Pin
Dave Kreskowiak19-Jan-06 15:02
mveDave Kreskowiak19-Jan-06 15:02 
cylix2000 wrote:
but the number of memory shown on the task manager will shown to the end user.


So what?

cylix2000 wrote:
Can I make the number shown on Task Manager is also low?


Not without calling the GarbageCollector directly. This is never done, unless you have a really good reason for doing it and know the consequences are! Doing this "just because I don't want my customer to think my app is a memory hog" is not good enough. The GC is self-tuning. You WILL cause your app major performance problems by constantly forcing the GC to run early.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Serious Problem on Memory Usage Pin
shiroamachi19-Jan-06 15:40
shiroamachi19-Jan-06 15:40 
GeneralRe: Serious Problem on Memory Usage Pin
Steve Pullan19-Jan-06 17:29
Steve Pullan19-Jan-06 17:29 
QuestionForm Screen becomes blank during processing Pin
mayhem_rules18-Jan-06 21:59
mayhem_rules18-Jan-06 21:59 
AnswerRe: Form Screen becomes blank during processing Pin
Owner drawn18-Jan-06 22:18
Owner drawn18-Jan-06 22:18 
GeneralRe: Form Screen becomes blank during processing Pin
mayhem_rules18-Jan-06 22:26
mayhem_rules18-Jan-06 22:26 
GeneralRe: Form Screen becomes blank during processing Pin
Owner drawn18-Jan-06 22:50
Owner drawn18-Jan-06 22:50 
GeneralRe: Form Screen becomes blank during processing Pin
mayhem_rules19-Jan-06 2:05
mayhem_rules19-Jan-06 2:05 
QuestionWhat Object to make image Button ? Pin
cylix200018-Jan-06 21:37
cylix200018-Jan-06 21:37 
AnswerRe: What Object to make image Button ? Pin
Owner drawn18-Jan-06 22:22
Owner drawn18-Jan-06 22:22 
QuestionExport DataGrid Data To Excel Pin
mayhem_rules18-Jan-06 19:27
mayhem_rules18-Jan-06 19:27 
AnswerRe: Export DataGrid Data To Excel Pin
_mubashir18-Jan-06 21:59
_mubashir18-Jan-06 21:59 
GeneralRe: Export DataGrid Data To Excel Pin
mayhem_rules18-Jan-06 22:30
mayhem_rules18-Jan-06 22:30 
AnswerRe: Export DataGrid Data To Excel Pin
abhinish19-Jan-06 1:15
abhinish19-Jan-06 1:15 
GeneralRe: Export DataGrid Data To Excel Pin
mayhem_rules19-Jan-06 2:04
mayhem_rules19-Jan-06 2:04 
GeneralRe: Export DataGrid Data To Excel Pin
abhinish19-Jan-06 18:09
abhinish19-Jan-06 18:09 
QuestionMutiple Selected Listbox Pin
cylix200018-Jan-06 18:53
cylix200018-Jan-06 18:53 
AnswerRe: Mutiple Selected Listbox Pin
Muhammad Javed Khan18-Jan-06 19:03
Muhammad Javed Khan18-Jan-06 19: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.