- build context menus dynamically & FindResource
- Posted by Sue on April 26th, 2007
Hi,
I build some context menus dynamically. My question is can I use
FindResource function to find the dynamically built menu by providing
the menu's resource ID? Thanks.
- Posted by David Lowndes on April 27th, 2007
How (what APIs)?
If it's a resource, you should be able to, but I assume when you say
you built the menu dynamically you just mean by using functions like
CreateMenu, InsertMenuItem, etc. - in which case the menu isn't a
resource.
Dave
Similar Posts
- Looking for something to organize context menus (Software & Applications) by mrrhum
- Right-Click Context Menus (Microsoft Windows) by Poltonis
- Context menus not available in Win XP upgrade (Help and Support) by Bob Perchalski
- Shell_NotifyIcon and context menus (Development Resources) by Carl Woodward
- Right Mouse Context Menus (Windows 2000) by Chip Orange

