Page 1 of 1

CreatePopupImageMenu questions

Posted: Wed Jun 24, 2009 1:08 pm
by lexvictory
I'm currently using an image menu for a launcher type program I made a while ago, triggered with a click of the systray icon or a global hotkey.

Though I've noticed that the keyboard does not select menu items (when you put & in front of a letter) like it does with normal menus (Menubars like File menus and such work though). Instead I get the ding sound that implies "No keyboard input possible"
Is this a problem of my computer (XP x64) or can someone else confirm this? (I'm wondering if its to do with the menus being owner drawn)

Posted: Wed Jun 24, 2009 1:12 pm
by ts-soft

Posted: Wed Jun 24, 2009 1:19 pm
by lexvictory
hmmm. but it works when I use CreatePopupMenu...