Click here to Skip to main content
15,902,189 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: long data type with 64-bit Pin
Zac Howland23-Jun-06 3:12
Zac Howland23-Jun-06 3:12 
GeneralRe: long data type with 64-bit Pin
Jörgen Sigvardsson24-Jun-06 9:54
Jörgen Sigvardsson24-Jun-06 9:54 
GeneralRe: long data type with 64-bit Pin
Alexander M.,22-Jun-06 16:01
Alexander M.,22-Jun-06 16:01 
GeneralRe: long data type with 64-bit Pin
Zac Howland23-Jun-06 3:18
Zac Howland23-Jun-06 3:18 
AnswerRe: long data type with 64-bit Pin
Nemanja Trifunovic22-Jun-06 7:41
Nemanja Trifunovic22-Jun-06 7:41 
QuestionHow to merge 2 resource to 1 resource? Pin
xuwenq8822-Jun-06 6:05
xuwenq8822-Jun-06 6:05 
AnswerRe: How to merge 2 resource to 1 resource? Pin
Zac Howland22-Jun-06 6:22
Zac Howland22-Jun-06 6:22 
AnswerRe: How to merge 2 resource to 1 resource? Pin
Tara1422-Jun-06 11:20
Tara1422-Jun-06 11:20 
If you are using vc++6, try this:

1) Open the first dsw project. Click on the 'ClassView' tab. The classes of the resource you have created are listed there.
2) Right-click with the mouse on the resource class that you want to add to your new project (You can select multiple classes too). Select 'Add to gallery' in the menu that appears.
3) Open your new project. Go to ‘Project’ from the main menu and then -Add to Project-Components and controls.
4) You will find a folder having the name of your previews project. Inside this folder you will find .ogx files. Select them. They automatically get added to your new project.

Follow the same procedure for the second dsw that you have.

Hope this helps!


Fortitudine Vinsinues!
GeneralRe: How to merge 2 resource to 1 resource? Pin
xuwenq8822-Jun-06 19:48
xuwenq8822-Jun-06 19:48 
GeneralRe: How to merge 2 resource to 1 resource? Pin
Tara1423-Jun-06 0:26
Tara1423-Jun-06 0:26 
QuestionPointer Syntax [modified] Pin
Jay0322-Jun-06 5:59
Jay0322-Jun-06 5:59 
AnswerRe: Pointer Syntax Pin
David Crow22-Jun-06 6:02
David Crow22-Jun-06 6:02 
AnswerRe: Pointer Syntax Pin
Chris Losinger22-Jun-06 6:08
professionalChris Losinger22-Jun-06 6:08 
AnswerRe: Pointer Syntax Pin
toxcct22-Jun-06 6:09
toxcct22-Jun-06 6:09 
GeneralRe: Pointer Syntax Pin
Jay0322-Jun-06 6:24
Jay0322-Jun-06 6:24 
GeneralRe: Pointer Syntax Pin
toxcct22-Jun-06 6:27
toxcct22-Jun-06 6:27 
GeneralRe: Pointer Syntax Pin
David Crow22-Jun-06 6:27
David Crow22-Jun-06 6:27 
AnswerRe: Pointer Syntax Pin
Zac Howland22-Jun-06 6:21
Zac Howland22-Jun-06 6:21 
GeneralRe: Pointer Syntax Pin
Jay0322-Jun-06 6:36
Jay0322-Jun-06 6:36 
GeneralRe: Pointer Syntax Pin
Chris Losinger22-Jun-06 6:43
professionalChris Losinger22-Jun-06 6:43 
GeneralRe: Pointer Syntax [modified] Pin
Zac Howland22-Jun-06 6:58
Zac Howland22-Jun-06 6:58 
GeneralRe: Pointer Syntax Pin
Jay0322-Jun-06 7:02
Jay0322-Jun-06 7:02 
GeneralRe: Pointer Syntax Pin
Zac Howland22-Jun-06 7:03
Zac Howland22-Jun-06 7:03 
GeneralRe: Pointer Syntax Pin
Jay0322-Jun-06 7:13
Jay0322-Jun-06 7:13 
GeneralRe: Pointer Syntax Pin
Zac Howland22-Jun-06 7:18
Zac Howland22-Jun-06 7:18 

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.