I have a dialog and I want to know if the combobox on it has the focus, but GetFocus() returns the inside edit CWnd* not the combobox CWnd*. How can I get the CWnd* of the inside edit to do the comparision?