Click here to Skip to main content
15,885,365 members
Home / Discussions / C#
   

C#

 
QuestionSelection logic problem Pin
mekubo9-Apr-16 22:31
mekubo9-Apr-16 22:31 
AnswerRe: Selection logic problem Pin
OriginalGriff9-Apr-16 22:34
mveOriginalGriff9-Apr-16 22:34 
QuestionDobble Buffering Pin
FukkPhag19-Apr-16 20:23
FukkPhag19-Apr-16 20:23 
AnswerRe: Dobble Buffering Pin
OriginalGriff9-Apr-16 20:46
mveOriginalGriff9-Apr-16 20:46 
GeneralMessage Closed Pin
10-Apr-16 8:55
FukkPhag110-Apr-16 8:55 
GeneralRe: Dobble Buffering Pin
CHill6010-Apr-16 9:49
mveCHill6010-Apr-16 9:49 
GeneralRe: Dobble Buffering Pin
OriginalGriff10-Apr-16 20:58
mveOriginalGriff10-Apr-16 20:58 
AnswerRe: Dobble Buffering Pin
leon de boer9-Apr-16 22:20
leon de boer9-Apr-16 22:20 
The more elegant solution is to deal with the source of the flicker which is a lot of complex drawing going on that probably isn't needed. It is common things like scaling images to the screen on the draw process rather than scaling and holding a memory context of them once. Then comes things like being lazy and invalidating areas after changes that don't need to be invalidated.

So look at your code and decide what could you do better in the draw process?
In vino veritas

GeneralRe: Dobble Buffering Pin
FukkPhag110-Apr-16 8:48
FukkPhag110-Apr-16 8:48 
AnswerRe: Dobble Buffering Pin
Eddy Vluggen10-Apr-16 10:10
professionalEddy Vluggen10-Apr-16 10:10 
QuestionData Entry application using strongly typed dataset Pin
Rajesh Thampi9-Apr-16 18:09
Rajesh Thampi9-Apr-16 18:09 
AnswerRe: Data Entry application using strongly typed dataset Pin
Eddy Vluggen10-Apr-16 10:17
professionalEddy Vluggen10-Apr-16 10:17 
QuestionCalls a method c# Pin
Bougarra8-Apr-16 1:18
Bougarra8-Apr-16 1:18 
AnswerRe: Calls a method c# Pin
OriginalGriff8-Apr-16 1:30
mveOriginalGriff8-Apr-16 1:30 
AnswerRe: Calls a method c# Pin
Richard MacCutchan8-Apr-16 2:49
mveRichard MacCutchan8-Apr-16 2:49 
AnswerRe: Calls a method c# Pin
Rahul Hanumant Chavan8-Apr-16 21:31
professionalRahul Hanumant Chavan8-Apr-16 21:31 
QuestionSpeed up code Pin
GrooverFromHolland8-Apr-16 0:37
GrooverFromHolland8-Apr-16 0:37 
AnswerRe: Speed up code Pin
OriginalGriff8-Apr-16 1:12
mveOriginalGriff8-Apr-16 1:12 
AnswerRe: Speed up code PinPopular
Sascha Lefèvre8-Apr-16 1:20
professionalSascha Lefèvre8-Apr-16 1:20 
GeneralRe: Speed up code Pin
OriginalGriff8-Apr-16 1:34
mveOriginalGriff8-Apr-16 1:34 
GeneralRe: Speed up code Pin
GrooverFromHolland8-Apr-16 1:52
GrooverFromHolland8-Apr-16 1:52 
GeneralRe: Speed up code Pin
Sascha Lefèvre8-Apr-16 2:41
professionalSascha Lefèvre8-Apr-16 2:41 
GeneralRe: Speed up code Pin
Eddy Vluggen8-Apr-16 2:54
professionalEddy Vluggen8-Apr-16 2:54 
AnswerRe: Speed up code Pin
Gerry Schmitz8-Apr-16 7:24
mveGerry Schmitz8-Apr-16 7:24 
GeneralRe: Speed up code Pin
GrooverFromHolland18-Apr-16 23:59
GrooverFromHolland18-Apr-16 23:59 

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.