Click here to Skip to main content
15,921,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: unzip Pin
prathuraj7-Apr-07 7:09
prathuraj7-Apr-07 7:09 
GeneralRe: unzip Pin
bob169727-Apr-07 7:24
bob169727-Apr-07 7:24 
QuestionLoaded 'C:\WINDOWS\system32\version.dll', No symbols loaded Pin
hsuch7-Apr-07 3:24
hsuch7-Apr-07 3:24 
AnswerRe: Loaded 'C:\WINDOWS\system32\version.dll', No symbols loaded Pin
William.Wang8-Apr-07 19:20
William.Wang8-Apr-07 19:20 
QuestionDefault Sound Device Pin
mertology7-Apr-07 2:26
mertology7-Apr-07 2:26 
AnswerRe: Default Sound Device Pin
Mark Salsbery7-Apr-07 6:55
Mark Salsbery7-Apr-07 6:55 
QuestionReuse of existing Dialog boxes into a new project Pin
gilmegviv7-Apr-07 2:18
gilmegviv7-Apr-07 2:18 
AnswerRe: Reuse of existing Dialog boxes into a new project Pin
Mark Salsbery7-Apr-07 7:01
Mark Salsbery7-Apr-07 7:01 
Retyping would be extreme - you could, at the very least, copy/paste the code (that's code
reusablility!).

There's a variety of ways, here's a few:
1) copy/paste (bad - if you fix/change one then you have to remember to change all copies)
2) Keep a separate folder of common code/resources that can be shared by projects
3) Compile common code to a static library
4) Compile common code to a DLL

Resource files allow including other resource files. To share with MFC you'll need to set it
up so resource IDs don't clash anywhere.


"If you can dodge a wrench, you can dodge a ball."

GeneralRe: Reuse of existing Dialog boxes into a new project Pin
gilmegviv7-Apr-07 9:27
gilmegviv7-Apr-07 9:27 
GeneralRe: Reuse of existing Dialog boxes into a new project Pin
Mark Salsbery9-Apr-07 12:02
Mark Salsbery9-Apr-07 12:02 
QuestionAbout Zip file Pin
prathuraj7-Apr-07 1:52
prathuraj7-Apr-07 1:52 
AnswerRe: About Zip file Pin
Hamid_RT7-Apr-07 3:00
Hamid_RT7-Apr-07 3:00 
QuestionHow to detect mouse over non client area of List box? Pin
Sameer_Thakur7-Apr-07 1:16
Sameer_Thakur7-Apr-07 1:16 
AnswerRe: How to detect mouse over non client area of List box? Pin
Hamid_RT7-Apr-07 18:41
Hamid_RT7-Apr-07 18:41 
AnswerRe: How to detect mouse over non client area of List box? Pin
William.Wang8-Apr-07 21:53
William.Wang8-Apr-07 21:53 
QuestionCode injection Pin
Joan M7-Apr-07 1:07
professionalJoan M7-Apr-07 1:07 
AnswerRe: Code injection Pin
William.Wang8-Apr-07 22:07
William.Wang8-Apr-07 22:07 
GeneralRe: Code injection Pin
Joan M10-Apr-07 1:40
professionalJoan M10-Apr-07 1:40 
QuestionRegarding Automation Server and client Pin
yaminisridaran6-Apr-07 21:11
yaminisridaran6-Apr-07 21:11 
Questionopening CRecordset problem.. Pin
CraZyToLearn6-Apr-07 20:54
CraZyToLearn6-Apr-07 20:54 
Questionhide dos window Pin
deeps_cute6-Apr-07 20:52
deeps_cute6-Apr-07 20:52 
AnswerRe: hide dos window Pin
cp98766-Apr-07 21:10
cp98766-Apr-07 21:10 
GeneralRe: hide dos window Pin
deeps_cute6-Apr-07 21:21
deeps_cute6-Apr-07 21:21 
GeneralRe: hide dos window Pin
cp98766-Apr-07 21:44
cp98766-Apr-07 21:44 
AnswerRe: hide dos window Pin
Hamid_RT6-Apr-07 21:38
Hamid_RT6-Apr-07 21:38 

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.