I would like to place an edit control (WC_EDIT) on a static control (WC_STATIC). Unfortunately, when I do that I don't receive any WM_COMMAND messages from the edit control in the windows callback function. Is it somehow possible to tell the static control to forward those messages to its parent?
Thank you very much for your help!