Click here to Skip to main content
16,010,022 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is This Method Thread Safe ? Pin
X20406-Jun-10 1:10
X20406-Jun-10 1:10 
GeneralRe: Is This Method Thread Safe ? Pin
harold aptroot6-Jun-10 9:15
harold aptroot6-Jun-10 9:15 
QuestionAnything qucker than Image.FromStream Pin
TimSWatson2-Jun-10 3:11
TimSWatson2-Jun-10 3:11 
AnswerRe: Anything qucker than Image.FromStream Pin
Anthony Mushrow2-Jun-10 3:20
professionalAnthony Mushrow2-Jun-10 3:20 
GeneralRe: Anything qucker than Image.FromStream Pin
TimSWatson2-Jun-10 3:36
TimSWatson2-Jun-10 3:36 
GeneralRe: Anything qucker than Image.FromStream Pin
Anthony Mushrow2-Jun-10 3:59
professionalAnthony Mushrow2-Jun-10 3:59 
GeneralRe: Anything qucker than Image.FromStream Pin
TimSWatson2-Jun-10 4:08
TimSWatson2-Jun-10 4:08 
GeneralRe: Anything qucker than Image.FromStream Pin
Anthony Mushrow2-Jun-10 4:24
professionalAnthony Mushrow2-Jun-10 4:24 
Either way, trying to render pictures so fast is beyond the capabilities and intended use of GDI+ (which is what is being used to draw your pictures)

The best you can do is call SuspendLayout on your picture boxes so that they don't redraw as soon as you've changed the picture and then ResumeLayout and Invalidate once you have updated all of your picture boxes. Reducing the number of redraws that are done, but even then I can't see it being very fantastic.

Also, if your showing lots of different pictures one after the other at a reasonably quick pace, I'd say that was video.
My current favourite quote is: Punch them in the face, see what happens!
-SK Genius


GeneralRe: Anything qucker than Image.FromStream Pin
TimSWatson2-Jun-10 4:39
TimSWatson2-Jun-10 4:39 
QuestionUse a folder of XML files as a datasource for nhibernate Pin
Bart Van Eyndhoven2-Jun-10 2:38
Bart Van Eyndhoven2-Jun-10 2:38 
Questioncreate object for a dll and get the methods Pin
arun_pk2-Jun-10 2:32
arun_pk2-Jun-10 2:32 
AnswerRe: create object for a dll and get the methods Pin
Ravi Bhavnani2-Jun-10 2:50
professionalRavi Bhavnani2-Jun-10 2:50 
Questioncarriage return Pin
genieabdo2-Jun-10 0:39
genieabdo2-Jun-10 0:39 
AnswerRe: carriage return [modified] Pin
Pete O'Hanlon2-Jun-10 0:41
mvePete O'Hanlon2-Jun-10 0:41 
GeneralRe: carriage return Pin
harold aptroot2-Jun-10 1:06
harold aptroot2-Jun-10 1:06 
GeneralRe: carriage return Pin
Pete O'Hanlon2-Jun-10 1:59
mvePete O'Hanlon2-Jun-10 1:59 
AnswerRe: carriage return Pin
harold aptroot2-Jun-10 1:03
harold aptroot2-Jun-10 1:03 
GeneralRe: carriage return Pin
genieabdo2-Jun-10 1:28
genieabdo2-Jun-10 1:28 
GeneralRe: carriage return Pin
harold aptroot2-Jun-10 1:36
harold aptroot2-Jun-10 1:36 
GeneralRe: carriage return Pin
genieabdo2-Jun-10 1:41
genieabdo2-Jun-10 1:41 
GeneralRe: carriage return Pin
genieabdo2-Jun-10 1:41
genieabdo2-Jun-10 1:41 
GeneralRe: carriage return Pin
harold aptroot2-Jun-10 1:58
harold aptroot2-Jun-10 1:58 
GeneralRe: carriage return Pin
genieabdo2-Jun-10 3:14
genieabdo2-Jun-10 3:14 
GeneralRe: carriage return Pin
Brent_JR2-Jun-10 10:38
Brent_JR2-Jun-10 10:38 
AnswerRe: carriage return Pin
Luc Pattyn2-Jun-10 1:44
sitebuilderLuc Pattyn2-Jun-10 1:44 

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.