Click here to Skip to main content
15,913,467 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 12:35
Larry Mills Sr1-Nov-08 12:35 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Mark Salsbery1-Nov-08 13:13
Mark Salsbery1-Nov-08 13:13 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 14:43
Larry Mills Sr1-Nov-08 14:43 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Mark Salsbery1-Nov-08 15:37
Mark Salsbery1-Nov-08 15:37 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 15:43
Larry Mills Sr1-Nov-08 15:43 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Mark Salsbery1-Nov-08 15:52
Mark Salsbery1-Nov-08 15:52 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 16:01
Larry Mills Sr1-Nov-08 16:01 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Mark Salsbery1-Nov-08 16:10
Mark Salsbery1-Nov-08 16:10 
If you're linking everything statically, why not make a static library
to hold the common dialogs?

You'll have to make sure resource IDs in the library don't clash with
resource IDs in modules that use the library.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 16:21
Larry Mills Sr1-Nov-08 16:21 
QuestionOrganizing Source Code Pin
awake91231-Oct-08 11:37
awake91231-Oct-08 11:37 
AnswerRe: Organizing Source Code Pin
PIEBALDconsult31-Oct-08 12:08
mvePIEBALDconsult31-Oct-08 12:08 
QuestionHow do you find the PID of the process using http://127.0.0.1:1200? Pin
Klive831-Oct-08 6:58
Klive831-Oct-08 6:58 
AnswerRe: How do you find the PID of the process using http://127.0.0.1:1200? Pin
kinar31-Oct-08 9:17
kinar31-Oct-08 9:17 
Questiondelete operator override Pin
Abyss31-Oct-08 6:21
Abyss31-Oct-08 6:21 
QuestionRe: delete operator override Pin
David Crow31-Oct-08 7:00
David Crow31-Oct-08 7:00 
AnswerRe: delete operator override Pin
Abyss31-Oct-08 7:07
Abyss31-Oct-08 7:07 
GeneralRe: delete operator override Pin
David Crow31-Oct-08 7:21
David Crow31-Oct-08 7:21 
GeneralRe: delete operator override Pin
CPallini31-Oct-08 7:24
mveCPallini31-Oct-08 7:24 
GeneralRe: delete operator override Pin
Bram van Kampen1-Nov-08 15:06
Bram van Kampen1-Nov-08 15:06 
GeneralRe: delete operator override Pin
CPallini31-Oct-08 7:24
mveCPallini31-Oct-08 7:24 
GeneralRe: delete operator override Pin
Bram van Kampen1-Nov-08 15:04
Bram van Kampen1-Nov-08 15:04 
GeneralRe: delete operator override Pin
CPallini31-Oct-08 7:23
mveCPallini31-Oct-08 7:23 
AnswerRe: delete operator override Pin
Bram van Kampen1-Nov-08 14:25
Bram van Kampen1-Nov-08 14:25 
Questionhow many files can be opened in windows OS at a Time ? Pin
paul crescent31-Oct-08 3:08
paul crescent31-Oct-08 3:08 
AnswerRe: how many files can be opened in windows OS at a Time ? Pin
toxcct31-Oct-08 3:24
toxcct31-Oct-08 3:24 

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.