Click here to Skip to main content
16,012,223 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Inline function insanity. Pin
David Crow25-Jul-03 5:29
David Crow25-Jul-03 5:29 
GeneralRe: Inline function insanity. Pin
Gary R. Wheeler25-Jul-03 6:30
Gary R. Wheeler25-Jul-03 6:30 
GeneralRe: Inline function insanity. Pin
73Zeppelin25-Jul-03 7:05
73Zeppelin25-Jul-03 7:05 
GeneralCopying classes between projects Pin
pgs25-Jul-03 2:54
pgs25-Jul-03 2:54 
GeneralRe: Copying classes between projects Pin
David Crow25-Jul-03 3:08
David Crow25-Jul-03 3:08 
GeneralRe: Copying classes between projects Pin
Maximilien25-Jul-03 3:08
Maximilien25-Jul-03 3:08 
GeneralRe: Copying classes between projects Pin
AlexO25-Jul-03 3:52
AlexO25-Jul-03 3:52 
GeneralRe: Copying classes between projects Pin
Gary R. Wheeler25-Jul-03 6:42
Gary R. Wheeler25-Jul-03 6:42 
The most reliable way I've found of doing this is by hand, using the text editor.

Copy/paste the resources out of the .RC file and into the destination. Don't forget to copy/paste the DESIGNINFO section if there is one. You mentioned menus; you'll have to copy the menu as well.

Copy the resource ID's from the original resource.h into the destination. You may need to renumber the resource ID's so that they don't conflict.

The IDE (VC6, VS.NET 2002, and VS.NET 2003) will let you cut/paste controls, but it's not terribly smart about whole dialogs.


Software Zen: delete this;
Generalchecking and unchecking menu items Pin
Jay Hova25-Jul-03 2:47
Jay Hova25-Jul-03 2:47 
GeneralRe: checking and unchecking menu items Pin
Maximilien25-Jul-03 3:05
Maximilien25-Jul-03 3:05 
GeneralRe: checking and unchecking menu items Pin
Beer2625-Jul-03 5:31
Beer2625-Jul-03 5:31 
GeneralRe: checking and unchecking menu items Pin
Jay Hova25-Jul-03 7:51
Jay Hova25-Jul-03 7:51 
GeneralCSV class Pin
JensB25-Jul-03 2:28
JensB25-Jul-03 2:28 
GeneralRe: CSV class Pin
David Crow25-Jul-03 3:06
David Crow25-Jul-03 3:06 
GeneralRe: CSV class Pin
Iain Clarke, Warrior Programmer25-Jul-03 3:06
Iain Clarke, Warrior Programmer25-Jul-03 3:06 
GeneralRe: CSV class Pin
JensB25-Jul-03 3:52
JensB25-Jul-03 3:52 
GeneralEMF / WMF Image File Creation Pin
jauss25-Jul-03 2:03
jauss25-Jul-03 2:03 
GeneralRe: EMF / WMF Image File Creation Pin
Dominik Reichl25-Jul-03 2:17
Dominik Reichl25-Jul-03 2:17 
GeneralRe: EMF / WMF Image File Creation Pin
jauss25-Jul-03 2:32
jauss25-Jul-03 2:32 
Generalproblem with name of new class Pin
Deepak Samuel25-Jul-03 1:05
Deepak Samuel25-Jul-03 1:05 
GeneralRe: problem with name of new class Pin
BadJerry25-Jul-03 1:11
BadJerry25-Jul-03 1:11 
GeneralRe: problem with name of new class Pin
Alexander M.,25-Jul-03 2:22
Alexander M.,25-Jul-03 2:22 
GeneralRe: problem with name of new class Pin
David Crow25-Jul-03 2:27
David Crow25-Jul-03 2:27 
GeneralRe: problem with name of new class Pin
Deepak Samuel25-Jul-03 3:01
Deepak Samuel25-Jul-03 3:01 
GeneralRe: problem with name of new class Pin
David Crow25-Jul-03 3:04
David Crow25-Jul-03 3:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.