Is it possible to combine to menus? For Example, I have a simple Edit menu, and I want to add the Insert menu to that when it displays as a popup. I don't want to make a copy of the Insert menu as its got a heap of menu items...
Thanks in Advance
Printable View
Is it possible to combine to menus? For Example, I have a simple Edit menu, and I want to add the Insert menu to that when it displays as a popup. I don't want to make a copy of the Insert menu as its got a heap of menu items...
Thanks in Advance
You could possibly use the CreatePopupMenu, TrackPopupMenu, AppendMenu and DestroyMenu API to manipulate it.
I haven't had experience with those, so I can't provide any code or anything. But you can find the declaration and sample code for it on www.allapi.net