Click here to Skip to main content
15,892,927 members
Home / Discussions / C#
   

C#

 
GeneralRe: any one help me,please Pin
Roger Alsing30-Apr-08 8:37
Roger Alsing30-Apr-08 8:37 
GeneralRe: any one help me,please Pin
carbon_golem30-Apr-08 9:01
carbon_golem30-Apr-08 9:01 
GeneralRe: any one help me,please Pin
Spacix One1-May-08 8:41
Spacix One1-May-08 8:41 
QuestionNDoc question Pin
Jamie Nordmeyer30-Apr-08 4:51
Jamie Nordmeyer30-Apr-08 4:51 
QuestionWhere is ILDASM in VS 2008? Pin
ptr2void30-Apr-08 3:02
ptr2void30-Apr-08 3:02 
AnswerRe: Where is ILDASM in VS 2008? Pin
carbon_golem30-Apr-08 3:23
carbon_golem30-Apr-08 3:23 
AnswerRe: Where is ILDASM in VS 2008? Pin
Luc Pattyn30-Apr-08 5:45
sitebuilderLuc Pattyn30-Apr-08 5:45 
AnswerRe: Where is ILDASM in VS 2008? Pin
Simon P Stevens30-Apr-08 6:16
Simon P Stevens30-Apr-08 6:16 
GeneralRe: Where is ILDASM in VS 2008? Pin
carbon_golem30-Apr-08 6:26
carbon_golem30-Apr-08 6:26 
AnswerRe: Where is ILDASM in VS 2008? Pin
som.nitk30-Apr-08 11:20
som.nitk30-Apr-08 11:20 
GeneralRe: Where is ILDASM in VS 2008? Pin
Simon P Stevens1-May-08 9:24
Simon P Stevens1-May-08 9:24 
AnswerRe: Where is ILDASM in VS 2008? Pin
Luis Alonso Ramos30-Apr-08 11:56
Luis Alonso Ramos30-Apr-08 11:56 
QuestionInvalidate rectangle problem Pin
invader8230-Apr-08 2:57
invader8230-Apr-08 2:57 
I have build a custom control,
it allows the user to drag a small circle
over the background of the control.
if the user drags the control i only
invalidate the rectangle containing the "previous circle"
invalidate the rectangle containing the "new circle"
(in that order)
so the program only has to redraw that area of the background
(way faster)

everything works ... until i drag the circle at higher speeds

for example : if i drag it fast to the right, the right edge of the circle is "cut off"
so i think it is not the previous area that gets refreshed after the current
(i would see artifacts on thel left then)

i tried Update(); just after invalidating both areas and i tried it after a single area got invalidated.

(double buffering is enabled)

has anyone a solution for it?Confused | :confused:
GeneralRe: Invalidate rectangle problem Pin
Guffa30-Apr-08 4:10
Guffa30-Apr-08 4:10 
GeneralRe: Invalidate rectangle problem Pin
invader8230-Apr-08 5:08
invader8230-Apr-08 5:08 
AnswerRe: Invalidate rectangle problem Pin
Guffa30-Apr-08 9:19
Guffa30-Apr-08 9:19 
GeneralRe: Invalidate rectangle problem Pin
invader824-May-08 22:36
invader824-May-08 22:36 
AnswerRe: Invalidate rectangle problem Pin
Luc Pattyn30-Apr-08 5:51
sitebuilderLuc Pattyn30-Apr-08 5:51 
GeneralRe: Invalidate rectangle problem Pin
Guffa30-Apr-08 7:55
Guffa30-Apr-08 7:55 
GeneralRe: Invalidate rectangle problem Pin
Luc Pattyn30-Apr-08 8:39
sitebuilderLuc Pattyn30-Apr-08 8:39 
GeneralRe: Invalidate rectangle problem Pin
invader824-May-08 22:21
invader824-May-08 22:21 
GeneralRe: Invalidate rectangle problem Pin
Luc Pattyn4-May-08 22:51
sitebuilderLuc Pattyn4-May-08 22:51 
AnswerRe: Invalidate rectangle problem Pin
Luc Pattyn30-Apr-08 8:24
sitebuilderLuc Pattyn30-Apr-08 8:24 
GeneralRe: Invalidate rectangle problem Pin
invader824-May-08 22:30
invader824-May-08 22:30 
GeneralRe: Invalidate rectangle problem Pin
invader824-May-08 22:47
invader824-May-08 22:47 

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.