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

C / C++ / MFC

 
AnswerRe: How to delete local pointer variable Pin
Hamid_RT29-Aug-08 3:06
Hamid_RT29-Aug-08 3:06 
NewsRe: How to delete local pointer variable Pin
CodingLover29-Aug-08 4:20
CodingLover29-Aug-08 4:20 
GeneralRe: How to delete local pointer variable Pin
Hamid_RT29-Aug-08 17:52
Hamid_RT29-Aug-08 17:52 
GeneralRe: How to delete local pointer variable Pin
CodingLover29-Aug-08 19:09
CodingLover29-Aug-08 19:09 
QuestionInserting Dilaog Pin
Deepu Antony29-Aug-08 0:37
Deepu Antony29-Aug-08 0:37 
AnswerRe: Inserting Dilaog Pin
Cvaji29-Aug-08 1:39
Cvaji29-Aug-08 1:39 
GeneralRe: Inserting Dilaog Pin
Deepu Antony29-Aug-08 1:47
Deepu Antony29-Aug-08 1:47 
AnswerRe: Inserting Dilaog Pin
Jijo.Raj29-Aug-08 2:37
Jijo.Raj29-Aug-08 2:37 
Assume the two workspaces are Project1 and Project2 respectively. And you want to import dialog from Project1 to Project2.

1) Load project 2 in visual studio.
2) Open the RC file of project1 in visual studio. While opening the file using FileOpen dialog, select "Open as:" option as "Resources".
3) Now open the project1.rc file and you can see the resource tree.
4) Drag the dialog and put it to your resource workspace. The dialog will be automatically added to Project2.
5) Now Copy/paste the .h and .cpp files of corresponding dialogs and add to project2.

Well, in step2 - Selecting "Open as:" option as "Resources" is important.
Now you've imported the dialog from one project to another. Enjoy!!!

Regards,
Jijo.

_____________________________________________________

http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.

QuestionClipBoard Read Pin
MsmVc29-Aug-08 0:22
MsmVc29-Aug-08 0:22 
AnswerRe: ClipBoard Read Pin
Perspx29-Aug-08 0:36
Perspx29-Aug-08 0:36 
GeneralRe: ClipBoard Read Pin
MsmVc29-Aug-08 0:44
MsmVc29-Aug-08 0:44 
AnswerRe: ClipBoard Read Pin
Perspx29-Aug-08 0:50
Perspx29-Aug-08 0:50 
GeneralRe: ClipBoard Read Pin
MsmVc29-Aug-08 1:20
MsmVc29-Aug-08 1:20 
GeneralRe: ClipBoard Read Pin
Cvaji29-Aug-08 1:50
Cvaji29-Aug-08 1:50 
GeneralRe: ClipBoard Read Pin
MsmVc29-Aug-08 22:27
MsmVc29-Aug-08 22:27 
QuestionNeed help in instantiating abstract class Pin
an8928-Aug-08 23:24
an8928-Aug-08 23:24 
QuestionRe: Need help in instantiating abstract class Pin
CPallini29-Aug-08 1:03
mveCPallini29-Aug-08 1:03 
AnswerRe: Need help in instantiating abstract class Pin
an8929-Aug-08 1:15
an8929-Aug-08 1:15 
GeneralRe: Need help in instantiating abstract class Pin
an8929-Aug-08 2:08
an8929-Aug-08 2:08 
GeneralRe: Need help in instantiating abstract class Pin
laksh220429-Aug-08 2:16
laksh220429-Aug-08 2:16 
Questionresource file language error Pin
pooja_friends28-Aug-08 23:04
pooja_friends28-Aug-08 23:04 
AnswerRe: resource file language error Pin
Hamid_RT28-Aug-08 23:08
Hamid_RT28-Aug-08 23:08 
GeneralRe: resource file language error Pin
pooja_friends29-Aug-08 2:43
pooja_friends29-Aug-08 2:43 
GeneralRe: resource file language error Pin
pooja_friends29-Aug-08 2:43
pooja_friends29-Aug-08 2:43 
GeneralRe: resource file language error Pin
Hamid_RT29-Aug-08 3:03
Hamid_RT29-Aug-08 3:03 

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.