quote:
Originally posted by matty
quote:
Originally posted by whiz
Known Issues
- pressing Enter to submit the command doesn't work - you have to click the Ok button (if anyone knows how to solve this, please say - the Ok button is in the parent, but the text box is in the child)
Register the WM_KEYUP (Or WM_KEYDOWN; whatever your fancy) message and watch for the VK_RETURN key?
Actually, I've just tested it again and it seems to be happy with the Enter key pressing the default Ok button... but it wasn't earlier. Can anyone else confirm if pressing Enter works?
EDIT (1): took note of your edit, I'll add that in...
EDIT (2): I have re-uploaded as version 1.1. Done!