Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Feb : Menu craziness
| Subject: | Menu craziness |
| Posted by: | "Tom Peters" (tom_vip..@msn.com) |
| Date: | Fri, 11 Feb 2005 17:48:48 |
I'm using TToolbuttons and setting the menuitem property to the desired menu
I want to popup. So, obviously I'm not assigning the TMainMenu to the
form's menu property. Everythying works like it's suppose to, great.
Herel's the problem. If you don't assign the TMainMenu to the form, you
can't use shortcuts (it ignores them). How do I overcome this problem?