Click here to Skip to main content
15,925,505 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Mutex problem Pin
Abin24-Oct-02 9:38
Abin24-Oct-02 9:38 
GeneralRe: Mutex problem Pin
Alvaro Mendez24-Oct-02 9:56
Alvaro Mendez24-Oct-02 9:56 
GeneralRe: Mutex problem Pin
Abin24-Oct-02 10:07
Abin24-Oct-02 10:07 
Questionis there any change in logic ? Pin
imran_rafique23-Oct-02 15:47
imran_rafique23-Oct-02 15:47 
AnswerRe: is there any change in logic ? Pin
valikac23-Oct-02 17:37
valikac23-Oct-02 17:37 
GeneralRe: is there any change in logic ? Pin
imran_rafique24-Oct-02 15:15
imran_rafique24-Oct-02 15:15 
GeneralRe: is there any change in logic ? Pin
valikac24-Oct-02 15:50
valikac24-Oct-02 15:50 
Questionhow to make? Pin
imran_rafique23-Oct-02 15:15
imran_rafique23-Oct-02 15:15 
AnswerRe: how to make? Pin
Christian Graus23-Oct-02 16:28
protectorChristian Graus23-Oct-02 16:28 
GeneralRe: how to make? Pin
imran_rafique23-Oct-02 16:47
imran_rafique23-Oct-02 16:47 
GeneralRe: how to make? Pin
Christian Graus23-Oct-02 17:00
protectorChristian Graus23-Oct-02 17:00 
GeneralRe: how to make? Pin
imran_rafique23-Oct-02 17:34
imran_rafique23-Oct-02 17:34 
GeneralRe: how to make? Pin
Christian Graus23-Oct-02 17:54
protectorChristian Graus23-Oct-02 17:54 
GeneralRe: how to make? Pin
imran_rafique24-Oct-02 16:31
imran_rafique24-Oct-02 16:31 
GeneralSmall icon vs Large icon Pin
Paul Oss23-Oct-02 12:49
Paul Oss23-Oct-02 12:49 
GeneralRe: Small icon vs Large icon Pin
Paul M Watt23-Oct-02 13:18
mentorPaul M Watt23-Oct-02 13:18 
GeneralRe: Small icon vs Large icon Pin
Paul Oss23-Oct-02 16:45
Paul Oss23-Oct-02 16:45 
GeneralRe: Small icon vs Large icon Pin
Paul M Watt23-Oct-02 18:34
mentorPaul M Watt23-Oct-02 18:34 
GeneralRe: Small icon vs Large icon Pin
Michael Dunn23-Oct-02 13:30
sitebuilderMichael Dunn23-Oct-02 13:30 
QuestionVC++ 7 bug or what? Pin
Val Samko23-Oct-02 11:43
Val Samko23-Oct-02 11:43 
QuestionRaw Win32 API UI in a DLL...? Pin
dandy7223-Oct-02 10:27
dandy7223-Oct-02 10:27 
AnswerRe: Raw Win32 API UI in a DLL...? Pin
Paul M Watt23-Oct-02 12:16
mentorPaul M Watt23-Oct-02 12:16 
GeneralRe: Raw Win32 API UI in a DLL...? Pin
dandy7224-Oct-02 3:47
dandy7224-Oct-02 3:47 
AnswerRe: Raw Win32 API UI in a DLL...? Pin
Mike Nordell24-Oct-02 4:06
Mike Nordell24-Oct-02 4:06 
GeneralRe: Raw Win32 API UI in a DLL...? Pin
dandy7224-Oct-02 8:56
dandy7224-Oct-02 8:56 
> create your dialog on-the-fly to no have a RESOURCE (.rsrc) section

Ok, overkill. I need it to be as small as possible, but not that small. I'm still allowed to compile an .RC file. Smile | :)

Using Paul's excellent post (and much more to-the-point than mine) Smile | :) as a starting point, I managed to put this together without duplicating code and without any separate DLL. I do have to include the .RC in the EXEs and ActiveX projects, but I'm happy with this solution.

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.