Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
GeneralRe: override onpaint [modified] Pin
Dave Kreskowiak29-Jun-06 13:17
mveDave Kreskowiak29-Jun-06 13:17 
GeneralRe: override onpaint Pin
Martin#29-Jun-06 20:35
Martin#29-Jun-06 20:35 
AnswerRe: override onpaint Pin
Martin#29-Jun-06 5:40
Martin#29-Jun-06 5:40 
GeneralRe: override onpaint Pin
donkaiser29-Jun-06 5:51
donkaiser29-Jun-06 5:51 
GeneralRe: override onpaint Pin
Martin#29-Jun-06 6:19
Martin#29-Jun-06 6:19 
GeneralRe: override onpaint Pin
Ista29-Jun-06 6:36
Ista29-Jun-06 6:36 
GeneralRe: override onpaint Pin
LongRange.Shooter29-Jun-06 8:14
LongRange.Shooter29-Jun-06 8:14 
GeneralRe: override onpaint Pin
mikanu29-Jun-06 7:00
mikanu29-Jun-06 7:00 
In order to reduce flickering you may have to use a technique which is commonly reffered to double-buffering. What that means is that you create graphics context in the background and draw there. When you're done, you 'swap' the two graphics contexts. What that means is that you basically copy the back buffer graphics context's contents to the active graphics context.
A quick search for double buffering will most likely give you all the information that you need.

----
www.digitalGetto.com
GeneralRe: override onpaint Pin
donkaiser29-Jun-06 7:54
donkaiser29-Jun-06 7:54 
GeneralRe: override onpaint Pin
mikanu29-Jun-06 8:14
mikanu29-Jun-06 8:14 
QuestionNested datagrid: object reference not set to an instance of an object. Pin
leckey29-Jun-06 4:44
leckey29-Jun-06 4:44 
QuestionTiling an image in a PictureBox Pin
Cerasti29-Jun-06 4:41
Cerasti29-Jun-06 4:41 
AnswerRe: Tiling an image in a PictureBox Pin
Ista29-Jun-06 6:37
Ista29-Jun-06 6:37 
AnswerRe: Tiling an image in a PictureBox Pin
mikanu29-Jun-06 6:44
mikanu29-Jun-06 6:44 
QuestionC# Event Handling Questions Pin
joshp121729-Jun-06 3:40
joshp121729-Jun-06 3:40 
AnswerRe: C# Event Handling Questions Pin
Jun Du29-Jun-06 4:06
Jun Du29-Jun-06 4:06 
GeneralRe: C# Event Handling Questions Pin
joshp121729-Jun-06 4:16
joshp121729-Jun-06 4:16 
GeneralRe: C# Event Handling Questions Pin
Jun Du29-Jun-06 7:59
Jun Du29-Jun-06 7:59 
AnswerRe: C# Event Handling Questions Pin
led mike29-Jun-06 6:43
led mike29-Jun-06 6:43 
Questioncallto: and mailto: settings Pin
ante.mihalj29-Jun-06 2:32
ante.mihalj29-Jun-06 2:32 
AnswerRe: callto: and mailto: settings Pin
Super Lloyd29-Jun-06 3:15
Super Lloyd29-Jun-06 3:15 
GeneralRe: callto: and mailto: settings Pin
ante.mihalj29-Jun-06 21:34
ante.mihalj29-Jun-06 21:34 
GeneralRe: callto: and mailto: settings Pin
Super Lloyd29-Jun-06 21:51
Super Lloyd29-Jun-06 21:51 
GeneralRe: callto: and mailto: settings Pin
ante.mihalj30-Jun-06 3:28
ante.mihalj30-Jun-06 3:28 
QuestionDatabase problem Pin
hany_hu29-Jun-06 2:23
hany_hu29-Jun-06 2:23 

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.