Click here to Skip to main content
15,914,780 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionException (Access violation reading location) Pin
llp00na25-Jan-06 5:50
llp00na25-Jan-06 5:50 
AnswerRe: Exception (Access violation reading location) Pin
Blake Miller25-Jan-06 6:58
Blake Miller25-Jan-06 6:58 
GeneralRe: Exception (Access violation reading location) Pin
llp00na25-Jan-06 7:32
llp00na25-Jan-06 7:32 
AnswerRe: Exception (Access violation reading location) Pin
Michael Dunn25-Jan-06 10:26
sitebuilderMichael Dunn25-Jan-06 10:26 
AnswerRe: Exception (Access violation reading location) Pin
Stephen Hewitt25-Jan-06 21:09
Stephen Hewitt25-Jan-06 21:09 
Questiononmousemove Pin
misugi25-Jan-06 5:41
misugi25-Jan-06 5:41 
AnswerRe: onmousemove Pin
Phil J Pearson25-Jan-06 6:11
Phil J Pearson25-Jan-06 6:11 
GeneralRe: onmousemove Pin
misugi26-Jan-06 3:28
misugi26-Jan-06 3:28 
Thanks Phil for teaching me about SetCapture. Have nv encountered it beforein my short programming experience.

But maybe to make my problem clearer, it's not about capturing mouse position in a sense. I'm more curious about how often is this mousemove message sent out. For example, every second? every millisecond? every pixel?
It's just a question that suddenly popped into my brain...because i can draw a rectangle within a rectangle nicely if i shift the mouse at a slightly slower or normal speed( depending on how you perceive it). But if i am to slowly approach the boundary of my drawing area (a rectangle) within my dialog box, and near the end suddenly increase the speed of shifting my mouse, suddenly zooming past the extreme right of my drawing rectangle (and not my dialog), the rectangle drawn will not be covering a certain area on the right of my drawing area.
I tried it a few times, and notice it's pretty random, as in the area left undrawn, despite my mouse moving over it, is always changing.
Hence this question:
Is the mousemove msg sent every sec, every pixel or what?

I hope this is much clearer =)
AnswerRe: onmousemove Pin
David Crow25-Jan-06 6:24
David Crow25-Jan-06 6:24 
AnswerRe: onmousemove Pin
Michael Dunn25-Jan-06 10:27
sitebuilderMichael Dunn25-Jan-06 10:27 
QuestionWhich way ? Pin
Great A'Tuin25-Jan-06 4:56
Great A'Tuin25-Jan-06 4:56 
AnswerRe: Which way ? Pin
toxcct25-Jan-06 5:00
toxcct25-Jan-06 5:00 
AnswerRe: Which way ? Pin
Bob Stanneveld25-Jan-06 21:15
Bob Stanneveld25-Jan-06 21:15 
GeneralRe: Which way ? Pin
Great A'Tuin25-Jan-06 21:43
Great A'Tuin25-Jan-06 21:43 
GeneralRe: Which way ? Pin
Bob Stanneveld25-Jan-06 23:08
Bob Stanneveld25-Jan-06 23:08 
GeneralRe: Which way ? Pin
Great A'Tuin25-Jan-06 23:42
Great A'Tuin25-Jan-06 23:42 
QuestionException 0x406d1388 Pin
Phil J Pearson25-Jan-06 3:58
Phil J Pearson25-Jan-06 3:58 
AnswerRe: Exception 0x406d1388 Pin
Toby Opferman26-Jan-06 12:43
Toby Opferman26-Jan-06 12:43 
GeneralRe: Exception 0x406d1388 Pin
Phil J Pearson26-Jan-06 23:47
Phil J Pearson26-Jan-06 23:47 
GeneralRe: Exception 0x406d1388 - FIXED!! Pin
Phil J Pearson27-Jan-06 0:59
Phil J Pearson27-Jan-06 0:59 
AnswerRe: Exception 0x406d1388 - FIXED!! Pin
Phil J Pearson27-Jan-06 0:58
Phil J Pearson27-Jan-06 0:58 
GeneralRe: Exception 0x406d1388 - FIXED!! Pin
Toby Opferman27-Jan-06 7:14
Toby Opferman27-Jan-06 7:14 
QuestionHow to show a dialog in other desktop? Pin
Amarelia25-Jan-06 3:41
Amarelia25-Jan-06 3:41 
AnswerRe: How to show a dialog in other desktop? Pin
Toby Opferman26-Jan-06 12:45
Toby Opferman26-Jan-06 12:45 
GeneralRe: How to show a dialog in other desktop? Pin
Amarelia26-Jan-06 18:33
Amarelia26-Jan-06 18:33 

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.