Resource ID's and CMenu
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a CDisplay class (CWnd), and I want to programatically add a configurable menu to it, ie, no class wizard junk. Problem is, that I want to support 3-4 instances of this object in one app while maintaining system-wide resource ID integrity and the ability to relay UI msg's when the user clicks the menu. Any creative suggestions?