I have a listview which creates a dialog box (CreateDialogParam). I want to send accelerator keys to the dialog box but the listview is processing them . How do I get the keys past the listview?
I'm answering my own question. It's as simple as varying the handle name of the destination window in the TranslateAccelerator statement depending on which window is active. Somehow submitting a question to the Forum enables me to see something in my code that I didn't see before.