From: SM on 12 Apr 2010 08:43 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
From: Stuart Redmann on 22 Apr 2010 03:37 On 12 Apr., 14:43, SM <sony.m.2...(a)googlemail.com> wrote: > 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
|
Pages: 1 Prev: Initializing an object with auto pointers Next: Visual Studio 2010 now released! |