I am creating a dialog without MFC and have run into yet another problem.
When I make my call to DialogBoxParam() to create and show the dialog, I
supply it with a function that will handle the messages from the dialog.
This has been working fine and things are coming along, until... I wanted to
catch mouse messages for my list view that is in the dialog. If I click
anywhere else in the dialog, I can catch the button down message, but if I
click in the list view area, the message is not sent to the function. Where
is it sent?
I can only supply one DLGPROC so I'm not sure what to do at this point.
Anyone have any ideas?
Thanks,
Steve