How to know the message Clicking the box of combo box?
ATL / WTL / STL
2
Posts
2
Posters
0
Views
1
Watching
-
Hello everyone: I made a combo box in a WTL tree view, when the WM_LBUTTONDOWN happened , how can i know whether the list box of combo box is clicked? Thank you. -Freehawk.
hi Did you try by subclassing the listbox and editctrl on
OnCtlColor
. chk the MSDN knwoledge base article with id Q174667 for more details. rgds..mil10