Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reuseability of controls Pin
Luc Pattyn21-Jun-09 5:25
sitebuilderLuc Pattyn21-Jun-09 5:25 
GeneralRe: Reuseability of controls Pin
Rafone21-Jun-09 7:58
Rafone21-Jun-09 7:58 
GeneralRe: Reuseability of controls Pin
Luc Pattyn21-Jun-09 8:10
sitebuilderLuc Pattyn21-Jun-09 8:10 
QuestionEvent handling in a custom control. Pin
Siddhartha S.21-Jun-09 1:26
Siddhartha S.21-Jun-09 1:26 
AnswerRe: Event handling in a custom control. Pin
Luc Pattyn21-Jun-09 1:58
sitebuilderLuc Pattyn21-Jun-09 1:58 
GeneralRe: Event handling in a custom control. Pin
Siddhartha S.21-Jun-09 16:55
Siddhartha S.21-Jun-09 16:55 
GeneralRe: Event handling in a custom control. Pin
Luc Pattyn21-Jun-09 17:00
sitebuilderLuc Pattyn21-Jun-09 17:00 
GeneralRe: Event handling in a custom control. Pin
Siddhartha S.21-Jun-09 17:04
Siddhartha S.21-Jun-09 17:04 
QuestionCasting KeyValuePair -- eliminate else if blocks [modified] Pin
devvvy21-Jun-09 0:48
devvvy21-Jun-09 0:48 
AnswerRe: Casting KeyValuePair -- eliminate else if blocks Pin
Colin Angus Mackay21-Jun-09 3:49
Colin Angus Mackay21-Jun-09 3:49 
GeneralRe: Casting KeyValuePair -- eliminate else if blocks Pin
devvvy21-Jun-09 6:15
devvvy21-Jun-09 6:15 
Question"Error 1053: The service did not respond to the start or control request in a timely fashion" Pin
obrix_activex21-Jun-09 0:37
obrix_activex21-Jun-09 0:37 
QuestionHow You Check Data In DataSet? Pin
noamtzu21-Jun-09 0:17
noamtzu21-Jun-09 0:17 
AnswerRe: How You Check Data In DataSet? Pin
dan!sh 21-Jun-09 0:23
professional dan!sh 21-Jun-09 0:23 
GeneralRe: How You Check Data In DataSet? Pin
noamtzu21-Jun-09 0:32
noamtzu21-Jun-09 0:32 
GeneralRe: How You Check Data In DataSet? Pin
Christian Graus21-Jun-09 0:35
protectorChristian Graus21-Jun-09 0:35 
GeneralRe: How You Check Data In DataSet? Pin
noamtzu21-Jun-09 0:44
noamtzu21-Jun-09 0:44 
GeneralRe: How You Check Data In DataSet? Pin
Rajesh R Subramanian21-Jun-09 6:03
professionalRajesh R Subramanian21-Jun-09 6:03 
GeneralRe: How You Check Data In DataSet? Pin
EliottA22-Jun-09 2:49
EliottA22-Jun-09 2:49 
QuestionStrange Dataset problem! [modified] Pin
Muammar©20-Jun-09 22:39
Muammar©20-Jun-09 22:39 
AnswerRe: Strange Dataset problem! Pin
Mycroft Holmes20-Jun-09 23:15
professionalMycroft Holmes20-Jun-09 23:15 
AnswerSolved! Pin
Muammar©20-Jun-09 23:24
Muammar©20-Jun-09 23:24 
QuestionGDI+, problem with Invalidate() method Pin
cppwxwidgetsss20-Jun-09 21:16
cppwxwidgetsss20-Jun-09 21:16 
AnswerRe: GDI+, problem with Invalidate() method Pin
Christian Graus21-Jun-09 0:37
protectorChristian Graus21-Jun-09 0:37 
AnswerRe: GDI+, problem with Invalidate() method Pin
OriginalGriff21-Jun-09 0:50
mveOriginalGriff21-Jun-09 0:50 
To add to what Chris said, it is probably that you are continually firing Paint messages - why not use MouseEnter and MouseLeave to handle the re-paint? That way, you don't recalculate on every mouse move, and you only fire the Paint when the image should be changing.

BTW: it is not good practice to use absolute numbers for mouse position checking - why not use the position of the button instead?

No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.

This message is made of fully recyclable Zeros and Ones

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.