your dialog is receiving only notification messages from it's childs WM_NOTIFY message and notification code. You could simulate this behaviour by subclasing the listbox and send a message to it's parent (dialog) use CHookWnd
class By PJ Naughter http://www.codeproject.com/cpp/chookwnd.asp
P
pibos
@pibos
Posts
-
handling a listbox's LButtonUp in parent-dialog