Discussion:
using multiple resource file
(too old to reply)
SM
2010-04-12 12:43:36 UTC
Permalink
Hi,

I have two resource files and each having its own menu.

in the resource1.rc i have menu like

File

New

Exit

In resource2.rc i have menu like

Options

Option1

Option2

Now i need to combine the two menu from resource file and add the menu
to window

File Option



How can i add the menus from two resource files?.

Any example link available



Thanks,

Sony
Stuart Redmann
2010-04-22 07:37:08 UTC
Permalink
Post by SM
Hi,
I have two resource files and each having its own menu.
in the resource1.rc i have menu like
File
    New
    Exit
In resource2.rc i have menu like
Options
  Option1
  Option2
Now i need to combine the two menu from resource file and add the menu
to window
 File       Option
How can i add the menus from two resource files?.
Any example link available
Thanks,
Sony
Have a look at http://www.codeguru.com/cpp/controls/menu/miscellaneous/comments.php/c181/?thread=2848

Regards,
Stuart

Loading...