Click here to Skip to main content
15,917,618 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to sort an int arraylist Pin
garyshort20-Oct-07 6:54
garyshort20-Oct-07 6:54 
GeneralRe: how to sort an int arraylist Pin
lmoelleb20-Oct-07 7:21
lmoelleb20-Oct-07 7:21 
GeneralRe: how to sort an int arraylist Pin
garyshort20-Oct-07 8:00
garyshort20-Oct-07 8:00 
GeneralRe: how to sort an int arraylist Pin
lmoelleb20-Oct-07 8:09
lmoelleb20-Oct-07 8:09 
GeneralRe: how to sort an int arraylist Pin
garyshort20-Oct-07 8:18
garyshort20-Oct-07 8:18 
GeneralRe: how to sort an int arraylist Pin
lmoelleb20-Oct-07 8:31
lmoelleb20-Oct-07 8:31 
Questiondouble buffering Pin
MasterSharp19-Oct-07 10:44
MasterSharp19-Oct-07 10:44 
AnswerRe: double buffering Pin
Luc Pattyn19-Oct-07 10:57
sitebuilderLuc Pattyn19-Oct-07 10:57 
Hi,

GUI parts implement double buffering by:
- allocating a memory buffer
- drawing (both background and foreground) into that buffer
- then blitting everything to the screen

The painting code remains exactly the same, the Graphics class and the underlying stuff
takes care of it all.

As a result the paint operation seems much faster, in particular there is no
time gap between a paint background then paint foreground any more.

The programmer is not involved in this, he does not manipulate the buffer.
(it is not a ping-pong buffering system, where one buffer is painted in while the
other would be shown, and both would get swapped at the programmer's discretion).

Smile | :)




Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


GeneralRe: double buffering Pin
MasterSharp19-Oct-07 10:58
MasterSharp19-Oct-07 10:58 
GeneralRe: double buffering Pin
Luc Pattyn19-Oct-07 11:00
sitebuilderLuc Pattyn19-Oct-07 11:00 
GeneralRe: double buffering Pin
Pete O'Hanlon19-Oct-07 11:03
mvePete O'Hanlon19-Oct-07 11:03 
Questionerror " Could not load type " Pin
adilkazmi19-Oct-07 10:20
adilkazmi19-Oct-07 10:20 
AnswerRe: error " Could not load type " Pin
il_masacratore19-Oct-07 12:28
il_masacratore19-Oct-07 12:28 
Questionimages and imagelist Pin
danoli19-Oct-07 9:09
danoli19-Oct-07 9:09 
AnswerRe: images and imagelist Pin
Kristian Sixhøj19-Oct-07 9:15
Kristian Sixhøj19-Oct-07 9:15 
Questionmjpeg Pin
shabonaa19-Oct-07 8:55
shabonaa19-Oct-07 8:55 
AnswerRe: mjpeg Pin
il_masacratore19-Oct-07 12:35
il_masacratore19-Oct-07 12:35 
GeneralRe: mjpeg Pin
shabonaa19-Oct-07 14:10
shabonaa19-Oct-07 14:10 
QuestionGetting the Current Open file from the Office Products Pin
s3rro19-Oct-07 8:41
s3rro19-Oct-07 8:41 
Questiondeployment problem Pin
Shuaib wasif khan19-Oct-07 7:54
Shuaib wasif khan19-Oct-07 7:54 
AnswerRe: deployment problem Pin
garyshort19-Oct-07 11:34
garyshort19-Oct-07 11:34 
AnswerRe: deployment problem Pin
il_masacratore19-Oct-07 12:55
il_masacratore19-Oct-07 12:55 
QuestionAccess Data Base problem Pin
dany_ch19-Oct-07 6:04
dany_ch19-Oct-07 6:04 
AnswerRe: Access Data Base problem Pin
Justin Perez19-Oct-07 6:44
Justin Perez19-Oct-07 6:44 
GeneralRe: Access Data Base problem Pin
dany_ch19-Oct-07 7:41
dany_ch19-Oct-07 7:41 

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.