I'm trying to make a user form that will display a number of command
buttons, each of which has an accelerator key, and respond with different
actions depending on the key pressed. (Basically, I'm recreating the old
WordStar two-key navigation sequences). But I'm having a problem with the
accelerator keys. I want the dialog to display, and commands to be executed
when the user presses a plain key. I get the dialog to display, but the
accelerator keys only work if you use them as alt-key combinations. So, I
want Command Button 1 to fire if the user presses "u" when the dialog box is
on screen, but it will only fire when the user presses Alt+u. How do I get
the buttons to work with plain keys rather than Alt-combinations? I was
able to do this just fine in WordBasic.
Mark