News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Sending Accelerator Keys to a Dialog Box

Started by Mr Earl, January 28, 2005, 07:23:07 PM

Previous topic - Next topic

Mr Earl

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?

Mr Earl

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.