Hello,
I am creating a Menu and Submenu using Win32API functions.
I cannot seem to get the Shortcut Keys for the MenuItem to work.
dwTypeData = "E&xit"
Works fine with the Access Key of x.
MSDN says the Shortcut Key should be specified by adding "\tCtrl+F4" to the dwTypeData string.
dwTypeData = E&xit\tCtrl+F4"
This gives me the Access Key of x, but not the Shortcut Key of Ctrl+F4.
Thanks,
Raney
I am creating a Menu and Submenu using Win32API functions.
I cannot seem to get the Shortcut Keys for the MenuItem to work.
dwTypeData = "E&xit"
Works fine with the Access Key of x.
MSDN says the Shortcut Key should be specified by adding "\tCtrl+F4" to the dwTypeData string.
dwTypeData = E&xit\tCtrl+F4"
This gives me the Access Key of x, but not the Shortcut Key of Ctrl+F4.
Thanks,
Raney