Click here to Skip to main content
15,910,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Serial number of USB Flash drive Pin
mrothermund25-Jan-06 7:46
mrothermund25-Jan-06 7:46 
AnswerRe: Serial number of USB Flash drive Pin
kakan25-Jan-06 20:13
professionalkakan25-Jan-06 20:13 
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 
Sorry I'm not sure whether this has been asked before. Will appreciate it if someone points out to me how to run a search through this forum.

I have an application that draws a rectangle across my viewport(a rectangle in a dialog box) by the standard operation (left mouse down, left mouse held, mouse goes right, mouse up). A rectangle of height of my viewport will be drawn starting from the point.x value where the mouse is clicked to where it is released. but recently i notice a problem in that since my viewport in my dialog is limited, if i shift the mouse at a reasonable speed, it seems to be unable to draw a full rectangle from the start point to the end point. It seems to end prematurely at some random point before the extreme right end. But there is no such problem if i move my mouse slowly. I believe changing the way i handle mouse down, mouse move and mouse up can handle this prob.

But curious and troublesome me just want to know, wat is the frequency that the mouse moving message is sent to Windows? Or could the complexity of my app be the reason behind this problem? Thanks for any answer!!
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 
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 

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.