Click to See Complete Forum and Search --> : How to check if combobox is on focus?


May 21st, 1999, 06:27 AM
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?