Click here to Skip to main content
15,919,434 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dynamically Added Menu Items Greyed Pin
Michael Dunn19-Jul-04 12:10
sitebuilderMichael Dunn19-Jul-04 12:10 
GeneralRe: Dynamically Added Menu Items Greyed Pin
skonopa20-Jul-04 5:15
skonopa20-Jul-04 5:15 
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 
Hi,

You might want to check and make sure your hook is properly set up to receive all WM_MOUSEMOVE messages from the target. I'm not sure why you mentioned a timer, because when you have a hook properly installed, the message handler should get called automatically whenever the message comes in.

Take a look at this article: http://www.codeproject.com/atl/MouseGestures.asp[^]. It implements a hook to capture mouse messages as well as then performing calculations on the data stored from the mouse messages.

Hope that helps!

Sincerely,
Alexander Wiseman

Est melior esse quam videri
It is better to be than to seem
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 
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 

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.