JD
2007-02-09 02:07:24 UTC
Hi,
CWnd::SetFocus() is used to direct all subsequent keyboard input to this
window. Do you know which function is used to direct all subsequent
"mouse input" to the window? I have a combo box and an active control.
My combo box always gets the "mouse" focus even I apply
CWnd::SetFocus() to my active control. Do you know how to achieve this
purpose? Your help is much appeciated.
JD
CWnd::SetFocus() is used to direct all subsequent keyboard input to this
window. Do you know which function is used to direct all subsequent
"mouse input" to the window? I have a combo box and an active control.
My combo box always gets the "mouse" focus even I apply
CWnd::SetFocus() to my active control. Do you know how to achieve this
purpose? Your help is much appeciated.
JD