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

C / C++ / MFC

 
GeneralRe: Get local IP addresses & netmask Pin
David Crow6-Feb-04 15:40
David Crow6-Feb-04 15:40 
GeneralRe: Get local IP addresses & netmask Pin
Anonymous7-Feb-04 3:07
Anonymous7-Feb-04 3:07 
GeneralBandwidth Throttling... Pin
code-frog6-Feb-04 12:51
professionalcode-frog6-Feb-04 12:51 
GeneralRe: Bandwidth Throttling... Pin
Jörgen Sigvardsson7-Feb-04 14:10
Jörgen Sigvardsson7-Feb-04 14:10 
GeneralRe: Bandwidth Throttling... Pin
code-frog7-Feb-04 15:47
professionalcode-frog7-Feb-04 15:47 
GeneralRe: Bandwidth Throttling... Pin
Jörgen Sigvardsson7-Feb-04 22:44
Jörgen Sigvardsson7-Feb-04 22:44 
GeneralRe: Bandwidth Throttling... Pin
code-frog8-Feb-04 6:44
professionalcode-frog8-Feb-04 6:44 
GeneralProblem with MFC function Pin
Dev5786-Feb-04 12:42
Dev5786-Feb-04 12:42 
I am trying to make a function that is called every time the mouse is moved (using MFC).

I have this in the dialog header file right before the MESSAGE_MAP is called:
afx_msg void OnMouseMove(UINT nFlags, CPoint point);

In the MESSAGE_MAP I have:
ON_WM_MOUSEMOVE()

My function looks like this:
afx_msg void CBattleBot3Dlg::OnMouseMove(UINT nFlags, CPoint point)
{
//stuff here
}

The function is only called when my mouse is moved INSIDE the dialog box. When the mouse is outside of the dialog box, the function is not called. Anyone have any idea why? Any help is appreciated.

-Dev578
GeneralRe: Problem with MFC function Pin
Ravi Bhavnani6-Feb-04 15:02
professionalRavi Bhavnani6-Feb-04 15:02 
GeneralRe: Problem with MFC function Pin
Michael Dunn7-Feb-04 16:02
sitebuilderMichael Dunn7-Feb-04 16:02 
QuestionWhy does this fail? Pin
Anonymous6-Feb-04 11:40
Anonymous6-Feb-04 11:40 
AnswerRe: Why does this fail? Pin
Anonymous7-Feb-04 3:11
Anonymous7-Feb-04 3:11 
GeneralRe: Why does this fail? Pin
John M. Drescher7-Feb-04 19:23
John M. Drescher7-Feb-04 19:23 
GeneralClosing an application Pin
krugger6-Feb-04 11:37
krugger6-Feb-04 11:37 
GeneralRe: Closing an application Pin
Ravi Bhavnani6-Feb-04 13:02
professionalRavi Bhavnani6-Feb-04 13:02 
GeneralRe: Closing an application Pin
Jim Crafton6-Feb-04 13:05
Jim Crafton6-Feb-04 13:05 
GeneralSerial implementation deadlock problem Pin
rmnowick6-Feb-04 11:25
rmnowick6-Feb-04 11:25 
QuestionHelp converting a demo project? Pin
DanYELL6-Feb-04 11:09
DanYELL6-Feb-04 11:09 
GeneralWINHTTP Pin
Jack Reed6-Feb-04 10:53
Jack Reed6-Feb-04 10:53 
GeneralRe: WINHTTP Pin
Gerald Schwab6-Feb-04 11:18
Gerald Schwab6-Feb-04 11:18 
GeneralRe: WINHTTP Pin
Jack Reed6-Feb-04 11:33
Jack Reed6-Feb-04 11:33 
GeneralCallback function within a class Pin
Cael6-Feb-04 9:58
Cael6-Feb-04 9:58 
GeneralRe: Callback function within a class Pin
Antti Keskinen6-Feb-04 11:12
Antti Keskinen6-Feb-04 11:12 
GeneralRe: Callback function within a class Pin
Cael6-Feb-04 13:20
Cael6-Feb-04 13:20 
GeneralRe: Callback function within a class Pin
Antti Keskinen8-Feb-04 9:59
Antti Keskinen8-Feb-04 9:59 

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.