Click here to Skip to main content
15,890,123 members
Home / Discussions / C#
   

C#

 
GeneralRe: DateTime of 24 hours former ? Pin
Richard MacCutchan26-Sep-09 21:49
mveRichard MacCutchan26-Sep-09 21:49 
GeneralRe: DateTime of 24 hours former ? Pin
Ennis Ray Lynch, Jr.27-Sep-09 9:34
Ennis Ray Lynch, Jr.27-Sep-09 9:34 
GeneralRe: DateTime of 24 hours former ? Pin
Richard MacCutchan27-Sep-09 12:31
mveRichard MacCutchan27-Sep-09 12:31 
GeneralRe: DateTime of 24 hours former ? Pin
Ennis Ray Lynch, Jr.27-Sep-09 14:05
Ennis Ray Lynch, Jr.27-Sep-09 14:05 
GeneralRe: DateTime of 24 hours former ? Pin
Richard MacCutchan27-Sep-09 21:35
mveRichard MacCutchan27-Sep-09 21:35 
GeneralRe: DateTime of 24 hours former ? Pin
dan!sh 26-Sep-09 8:04
professional dan!sh 26-Sep-09 8:04 
GeneralRe: DateTime of 24 hours former ? Pin
Luc Pattyn26-Sep-09 9:58
sitebuilderLuc Pattyn26-Sep-09 9:58 
QuestionBitmaps Pin
terradtc26-Sep-09 5:27
terradtc26-Sep-09 5:27 
This is a Compact framework question...

I'm building this application that deals with a lot of images coming from the network (~30 k a piece). I am starting to see serious memory issues arise after a while. While my images are mostly cached and the cache is cleaned up if you play with the app for long enough you get an out of memory exception. I can see the app running with up to 25 megabytes of memory in use, the problem is I'm not entirely sure what is causing this. My best guess is that the bitmap caches the decompressed version of the image after its been shown on the picturebox, either that or the picturebox does.

Is there a way to reduce the memory footprint while still having that amount of images (roughly 30) in memory, the only way I can think of is to not put the actual bitmap on the display but rather a copy and after the bitmap has been shown to let the garbage collector handle the copy, however I'm pretty sure that thats going to hurt performance.

Any other idea's?
AnswerRe: Bitmaps Pin
Luc Pattyn26-Sep-09 6:34
sitebuilderLuc Pattyn26-Sep-09 6:34 
AnswerRe: Bitmaps Pin
Alan Balkany28-Sep-09 4:53
Alan Balkany28-Sep-09 4:53 
QuestionCapture stream on in file 'PCL' Pin
abbd26-Sep-09 3:56
abbd26-Sep-09 3:56 
Questionaccessing god damn controls on other forms Pin
teknolog12326-Sep-09 1:47
teknolog12326-Sep-09 1:47 
AnswerRe: accessing god damn controls on other forms Pin
harold aptroot26-Sep-09 1:55
harold aptroot26-Sep-09 1:55 
GeneralRe: accessing god damn controls on other forms Pin
teknolog12326-Sep-09 2:01
teknolog12326-Sep-09 2:01 
GeneralRe: accessing god damn controls on other forms Pin
harold aptroot26-Sep-09 2:19
harold aptroot26-Sep-09 2:19 
AnswerRe: accessing god damn controls on other forms Pin
OriginalGriff26-Sep-09 2:10
mveOriginalGriff26-Sep-09 2:10 
GeneralRe: accessing god damn controls on other forms Pin
teknolog12326-Sep-09 2:20
teknolog12326-Sep-09 2:20 
GeneralRe: accessing god damn controls on other forms Pin
OriginalGriff26-Sep-09 2:23
mveOriginalGriff26-Sep-09 2:23 
AnswerRe: accessing god damn controls on other forms Pin
Alan N26-Sep-09 2:25
Alan N26-Sep-09 2:25 
GeneralRe: accessing god damn controls on other forms Pin
teknolog12326-Sep-09 2:41
teknolog12326-Sep-09 2:41 
GeneralRe: accessing god damn controls on other forms Pin
Alan N26-Sep-09 3:48
Alan N26-Sep-09 3:48 
AnswerRe: accessing god damn controls on other forms Pin
DaveyM6926-Sep-09 6:51
professionalDaveyM6926-Sep-09 6:51 
GeneralRe: accessing god damn controls on other forms Pin
teknolog12326-Sep-09 9:55
teknolog12326-Sep-09 9:55 
GeneralRe: accessing god damn controls on other forms Pin
DaveyM6926-Sep-09 11:09
professionalDaveyM6926-Sep-09 11:09 
GeneralRe: accessing god damn controls on other forms Pin
teknolog12326-Sep-09 12:54
teknolog12326-Sep-09 12: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.