When using the alternate form of menu statements in my resouce file, during program execution I do not see the shortcut key identified with an underline. For example, using:
BEGIN
CONTROL "&Com Port", IDC_STATIC, "Button", BS_GROUPBOX, 8, 20, 84,144
CONTROL "COM&1"
, IDC_COM!, "Button", BS_RADIOBUTTON, 16, 52, 64, 8
CONTROL "COM&2", etc.
CONTROL "COM&3", etc.
END
During program execution and display of the appropriate menu, I think I should see menu items like:
Com Port
COM1
COM2
etc.
I am not using nor loading keyboard accelerators. This alternate form of resource statements is mentioned in Petzold p. 497; I have not tried the 'normal' form of resource statement. Thanks in advance.