The entry field control window procedure responds to this message by sending it to its owner if it has not processed the keystroke. This is the most common means by which the input focus is switched around the various controls in a dialog box.
Unlike other controls, the usvk field of the message WM_CHAR takes precedence over other fields only when the Shift key is pressed.
If this message contains a valid usch field of the message WM_CHAR. that character is entered into the text in insert or overtype mode.
The keystrokes processed by an entry field control are:
Left arrow
If the control contains more text than can be shown, the actions defined above that move the cursor cause the text to be scrolled. The amount of scrolling varies from key to key, and the position of the text within the control varies for the same cursor position.