Click here to Skip to main content
15,917,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Okay wow. I was just sitting here, reading MY OWN CODE, and something hit me. Did you actually check the data stored in your data structure to see whether all of it was there, or were you just going by what it looked like? If you look at my post immediately before this, I added a call to the Sleep function in order to give a little bit of spacing between the SetCursorPos() calls. It could be that all of the data is there but you don't see smooth mouse movement because you are calling SetCursorPos too quickly. Try adding something like Sleep(10) and see if the motion is smooth. If that doesn't work, check your data structure (print it to the screen or something) and check the results against a Spy++ on the Window.

If all else fails, I can look at your code if you would care to send it to me.

Sincerely,
Alexander Wiseman

Est melior esse quam videri
It is better to be than to seem
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 
GeneralRe: Database Application Performance Pin
Sridhar Sanikommu19-Jul-04 7:35
Sridhar Sanikommu19-Jul-04 7:35 
GeneralRe: Database Application Performance Pin
Alexander Wiseman19-Jul-04 10:14
Alexander Wiseman19-Jul-04 10:14 
GeneralRe: Database Application Performance Pin
Sridhar Sanikommu19-Jul-04 11:28
Sridhar Sanikommu19-Jul-04 11:28 
GeneralRe: Database Application Performance Pin
Alexander Wiseman19-Jul-04 15:52
Alexander Wiseman19-Jul-04 15:52 
GeneralRe: Database Application Performance Pin
Anonymous19-Jul-04 16:36
Anonymous19-Jul-04 16:36 

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.