I have a dialog with a regular listbox in it. I can't figure how to get notified when the user
move the listbox scroll bar, probably in the dialog message handler ?
MSDN says the scrollbar sends WM_VSCROLL to the parent which in that case would be the listbox
not the dialog (probably that's why I'm not notified).
Is that even possible to get that damn notification ?