Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCurrent Working Directory Pin
alexdevmaster19-Jul-04 11:00
alexdevmaster19-Jul-04 11:00 
GeneralRe: Current Working Directory Pin
vcplusplus19-Jul-04 11:20
vcplusplus19-Jul-04 11:20 
GeneralRe: Current Working Directory Pin
Ivan Cachicatari19-Jul-04 18:07
Ivan Cachicatari19-Jul-04 18:07 
GeneralRe: Current Working Directory Pin
Ivan Cachicatari26-Jul-04 18:52
Ivan Cachicatari26-Jul-04 18:52 
GeneralMouse Cursor Drawing Resolution Pin
User 1278219-Jul-04 8:23
User 1278219-Jul-04 8:23 
GeneralRe: Mouse Cursor Drawing Resolution Pin
Alexander Wiseman19-Jul-04 10:22
Alexander Wiseman19-Jul-04 10:22 
GeneralRe: Mouse Cursor Drawing Resolution Pin
User 1278219-Jul-04 10:39
User 1278219-Jul-04 10:39 
GeneralRe: Mouse Cursor Drawing Resolution Pin
bikram singh19-Jul-04 11:11
bikram singh19-Jul-04 11:11 
Why use GetCursorPos() at all, when the lParam of the WM_MOUSEMOVE message provides the same information?

Since Windows isnt an RTOS, you should not use your current tech. Instead, use the pox passed in WM_MOUSEMOVE, which should be good as long as you get enough of the W_MM messages.

Aaron Stubbendieck wrote:
But it appears, and I think I've read, that a mouse move message doesn't get sent for every fraction the mouse is moved

This may be a possibility, since windows is really designed to be functional, more than "perfect". It may have been one of those design trade-offs done to improve things in general...


Bikram Singh

GeneralRe: Mouse Cursor Drawing Resolution Pin
User 1278219-Jul-04 11:46
User 1278219-Jul-04 11:46 
GeneralRe: Mouse Cursor Drawing Resolution Pin
bikram singh19-Jul-04 12:31
bikram singh19-Jul-04 12:31 
GeneralRe: Mouse Cursor Drawing Resolution Pin
User 1278219-Jul-04 13:24
User 1278219-Jul-04 13:24 
GeneralRe: Mouse Cursor Drawing Resolution Pin
Alexander Wiseman19-Jul-04 15:47
Alexander Wiseman19-Jul-04 15:47 
GeneralRe: Mouse Cursor Drawing Resolution Pin
Alexander Wiseman19-Jul-04 15:56
Alexander Wiseman19-Jul-04 15:56 
GeneralRe: Mouse Cursor Drawing Resolution Pin
User 1278220-Jul-04 11:28
User 1278220-Jul-04 11:28 
GeneralRe: Mouse Cursor Drawing Resolution Pin
Alexander Wiseman20-Jul-04 11:34
Alexander Wiseman20-Jul-04 11:34 
GeneralRe: Mouse Cursor Drawing Resolution Pin
gamitech19-Jul-04 12:03
gamitech19-Jul-04 12:03 
GeneralRe: Mouse Cursor Drawing Resolution Pin
User 1278219-Jul-04 12:24
User 1278219-Jul-04 12:24 
GeneralRe: Mouse Cursor Drawing Resolution Pin
gamitech19-Jul-04 13:11
gamitech19-Jul-04 13:11 
GeneralThreading... Pin
0v3rloader19-Jul-04 7:37
0v3rloader19-Jul-04 7:37 
GeneralRe: Threading... Pin
David Crow19-Jul-04 9:17
David Crow19-Jul-04 9:17 
GeneralRe: Threading... Pin
0v3rloader19-Jul-04 22:53
0v3rloader19-Jul-04 22:53 
GeneralDatabase Application Performance Pin
Sridhar Sanikommu19-Jul-04 7:01
Sridhar Sanikommu19-Jul-04 7:01 
GeneralRe: Database Application Performance Pin
G. Steudtel19-Jul-04 7:10
G. Steudtel19-Jul-04 7:10 
GeneralRe: Database Application Performance Pin
Ivan Cachicatari19-Jul-04 7:12
Ivan Cachicatari19-Jul-04 7:12 
GeneralRe: Database Application Performance Pin
Alexander Wiseman19-Jul-04 7:25
Alexander Wiseman19-Jul-04 7:25 

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.