- // for this message, returning TRUE tells system to set focus to the
- // first control in the dialog box
- return TRUE;
+ // for this message, returning TRUE tells system to set focus to
+ // the first control in the dialog box, but as we set the focus
+ // ourselves, we return FALSE from here as well, so fall through