Click here to Skip to main content
15,914,642 members
Home / Discussions / C#
   

C#

 
GeneralRe: System.Diagnostics.Process hide process's console window Pin
Ravenet12-Feb-08 14:32
Ravenet12-Feb-08 14:32 
GeneralRe: System.Diagnostics.Process hide process's console window Pin
aei_totten13-Feb-08 2:29
aei_totten13-Feb-08 2:29 
GeneralRe: System.Diagnostics.Process hide process's console window Pin
Ravenet13-Feb-08 2:52
Ravenet13-Feb-08 2:52 
Generalproblem while using listbox Pin
netJP12L12-Feb-08 10:30
netJP12L12-Feb-08 10:30 
GeneralRe: problem while using listbox Pin
Christian Graus12-Feb-08 10:49
protectorChristian Graus12-Feb-08 10:49 
GeneralRe: problem while using listbox Pin
netJP12L12-Feb-08 11:22
netJP12L12-Feb-08 11:22 
GeneralRe: problem while using listbox Pin
Christian Graus12-Feb-08 11:29
protectorChristian Graus12-Feb-08 11:29 
GeneralRe: problem while using listbox Pin
netJP12L12-Feb-08 11:55
netJP12L12-Feb-08 11:55 
Thanks once again actually the memory flucate it goes like, starts with 377,000k then when i click quickly couple of times on the downScrollbar it jumps to 415,000k then 500,000k and goes back like 314,000k. The maximum it goes up to 550,000k, haven't seen crossing that. Another thing i noticed that when i click on the downscrollbar button listbox flick and i can see that it's drawing. I put this in the constructor but no result

SetStyle(ControlStyles.AllPaintingInWmPaint | ControlStyles.DoubleBuffer, true);

In your last post you were saying "perhaps creating these bitmaps and disposing of them over and over is the reason the number is so high ? " if i do'nt create them how else i can do what i am want to do. Can you please show me in ur examples.

I mistakenly deleted the Font code the are as follows.

e.Graphics.DrawString("Picture" + (e.Index + 1), f, Brushes.Black, e.Bounds, StringFormat.GenericDefault);

One of the most important thing i have seen is that i added 200 images in Ms power point too. but when i look at it its memory like 228,000k. and all those clips load way to faster than my application. What may i do to achieve the same result.

Thanks for readign this much.
GeneralRe: problem while using listbox Pin
Christian Graus12-Feb-08 13:50
protectorChristian Graus12-Feb-08 13:50 
GeneralRich Text Box and Fonts in c# Pin
Ron.Blackwell12-Feb-08 9:39
Ron.Blackwell12-Feb-08 9:39 
GeneralRe: Rich Text Box and Fonts in c# Pin
Giorgi Dalakishvili12-Feb-08 9:50
mentorGiorgi Dalakishvili12-Feb-08 9:50 
Questionhow to add object to listview Pin
netJP12L12-Feb-08 8:03
netJP12L12-Feb-08 8:03 
AnswerRe: how to add object to listview Pin
Not Active12-Feb-08 8:27
mentorNot Active12-Feb-08 8:27 
GeneralRe: how to add object to listview Pin
netJP12L12-Feb-08 8:34
netJP12L12-Feb-08 8:34 
GeneralRe: how to add object to listview Pin
DaveyM6912-Feb-08 8:43
professionalDaveyM6912-Feb-08 8:43 
AnswerRe: how to add object to listview Pin
Ravenet12-Feb-08 14:38
Ravenet12-Feb-08 14:38 
GeneralRe: how to add object to listview Pin
Not Active12-Feb-08 16:48
mentorNot Active12-Feb-08 16:48 
QuestionNameOf method? Pin
Skippums12-Feb-08 7:40
Skippums12-Feb-08 7:40 
AnswerRe: NameOf method? Pin
Eslam Afifi12-Feb-08 8:12
Eslam Afifi12-Feb-08 8:12 
GeneralRe: NameOf method? Pin
Ravenet12-Feb-08 14:41
Ravenet12-Feb-08 14:41 
GeneralRe: NameOf method? Pin
Eslam Afifi13-Feb-08 2:32
Eslam Afifi13-Feb-08 2:32 
AnswerRe: NameOf method? Pin
TJoe12-Feb-08 8:13
TJoe12-Feb-08 8:13 
AnswerRe: NameOf method? Pin
Not Active12-Feb-08 8:14
mentorNot Active12-Feb-08 8:14 
AnswerRe: NameOf method? Pin
Luc Pattyn12-Feb-08 14:41
sitebuilderLuc Pattyn12-Feb-08 14:41 
AnswerRe: NameOf method? Pin
Roger Alsing12-Feb-08 22:00
Roger Alsing12-Feb-08 22:00 

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.