Click here to Skip to main content
15,904,023 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Why the hell does the TranslateMessage() fail? Pin
Mark Salsbery13-Sep-08 10:17
Mark Salsbery13-Sep-08 10:17 
AnswerRe: Why the hell does the TranslateMessage() fail? Pin
Joseph Marzbani13-Sep-08 22:08
Joseph Marzbani13-Sep-08 22:08 
QuestionRe: Why the hell does the TranslateMessage() fail? Pin
CPallini13-Sep-08 22:54
mveCPallini13-Sep-08 22:54 
GeneralRe: Why the hell does the TranslateMessage() fail? Pin
Mark Salsbery14-Sep-08 9:27
Mark Salsbery14-Sep-08 9:27 
GeneralRe: Why the hell does the TranslateMessage() fail? Pin
Joseph Marzbani15-Sep-08 4:18
Joseph Marzbani15-Sep-08 4:18 
GeneralRe: Why the hell does the TranslateMessage() fail? Pin
Perspx13-Sep-08 9:32
Perspx13-Sep-08 9:32 
AnswerRe: Why the hell does the TranslateMessage() fail? Pin
Joseph Marzbani13-Sep-08 9:45
Joseph Marzbani13-Sep-08 9:45 
GeneralRe: Why the hell does the TranslateMessage() fail? Pin
Perspx13-Sep-08 9:48
Perspx13-Sep-08 9:48 
QuestionGetRawInputDeviceInfo' : undeclared identifier [modified] Pin
hariakuthota13-Sep-08 6:58
hariakuthota13-Sep-08 6:58 
QuestionWM_INPUT' : undeclared identifier Pin
hariakuthota13-Sep-08 5:48
hariakuthota13-Sep-08 5:48 
AnswerRe: WM_INPUT' : undeclared identifier Pin
bob1697213-Sep-08 6:14
bob1697213-Sep-08 6:14 
GeneralRe: WM_INPUT' : undeclared identifier Pin
hariakuthota13-Sep-08 20:14
hariakuthota13-Sep-08 20:14 
GeneralRe: WM_INPUT' : undeclared identifier Pin
bob1697214-Sep-08 8:03
bob1697214-Sep-08 8:03 
AnswerRe: WM_INPUT' : undeclared identifier Pin
Hamid_RT13-Sep-08 21:42
Hamid_RT13-Sep-08 21:42 
QuestionNot able to see the WM_IMPUT in class wizard. Pin
hariakuthota13-Sep-08 5:36
hariakuthota13-Sep-08 5:36 
AnswerRe: Not able to see the WM_IMPUT in class wizard. Pin
bob1697213-Sep-08 6:15
bob1697213-Sep-08 6:15 
GeneralRe: Not able to see the WM_IMPUT in class wizard. Pin
hariakuthota13-Sep-08 6:35
hariakuthota13-Sep-08 6:35 
GeneralRe: Not able to see the WM_IMPUT in class wizard. Pin
bob1697214-Sep-08 7:51
bob1697214-Sep-08 7:51 
QuestionHow can i name of the external device connected to the system. Pin
hariakuthota13-Sep-08 5:34
hariakuthota13-Sep-08 5:34 
QuestionMouse XY coordinates are changing slightly when Left MouseButton is pressed Pin
sdancer7513-Sep-08 5:26
sdancer7513-Sep-08 5:26 
AnswerRe: Mouse XY coordinates are changing slightly when Left MouseButton is pressed Pin
Mark Salsbery13-Sep-08 8:42
Mark Salsbery13-Sep-08 8:42 
The last coordinates you get in a mouse move message aren't
necessarily going to be the same as the coordinates when you
stop moving the cursor.

You should use GetCursorPos to get the current position, not rely
on the coordinates from WM_MOUSEMOVE.


sdancer75 wrote:
1-pixel thumb nails.


Really?

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Mouse XY coordinates are changing slightly when Left MouseButton is pressed Pin
sdancer7514-Sep-08 21:11
sdancer7514-Sep-08 21:11 
GeneralRe: Mouse XY coordinates are changing slightly when Left MouseButton is pressed Pin
Mark Salsbery15-Sep-08 5:16
Mark Salsbery15-Sep-08 5:16 
GeneralRe: Mouse XY coordinates are changing slightly when Left MouseButton is pressed Pin
sdancer7515-Sep-08 21:35
sdancer7515-Sep-08 21:35 
QuestionEquation Solver Pin
Hadi Dayvary13-Sep-08 1:01
professionalHadi Dayvary13-Sep-08 1:01 

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.