Click here to Skip to main content
16,011,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: topmost window stye without getting the focus Pin
ThatsAlok28-Mar-05 17:47
ThatsAlok28-Mar-05 17:47 
GeneralRe: topmost window stye without getting the focus Pin
Cris29-Mar-05 8:10
Cris29-Mar-05 8:10 
GeneralMPEG-2 Transport Stream converter Pin
Alexander M.,28-Mar-05 3:15
Alexander M.,28-Mar-05 3:15 
Generalproblem with DLL and CString Pin
eli1502197928-Mar-05 3:06
eli1502197928-Mar-05 3:06 
GeneralRe: problem with DLL and CString Pin
Joel Holdsworth28-Mar-05 3:39
Joel Holdsworth28-Mar-05 3:39 
GeneralRe: problem with DLL and CString Pin
Alexander M.,28-Mar-05 3:41
Alexander M.,28-Mar-05 3:41 
GeneralRe: problem with DLL and CString Pin
eli1502197928-Mar-05 3:58
eli1502197928-Mar-05 3:58 
GeneralRe: problem with DLL and CString Pin
Blake Miller28-Mar-05 4:39
Blake Miller28-Mar-05 4:39 
If the program that will load the DLL might NOT be MFC, then choose MFC AppWizard (dll) as the project type. Then in Step 1 of the wizard, make sure you choose "Regular DLL with MFC statically linked". This will allow your DLL to use MFC but the parent application does not have to be an MFC program. Don't pass MFC objects between your DLL and your program, or you might experience memory issues and the created MFC objects are not necessarily from the same memory pools.

GeneralRe: problem with DLL and CString Pin
jogibaer7914-Apr-05 1:35
jogibaer7914-Apr-05 1:35 
GeneralRe: problem with DLL and CString Pin
Blake Miller14-Apr-05 4:17
Blake Miller14-Apr-05 4:17 
QuestionHow to display MultiLine in MFCGrid Cell Pin
UrbanBlues28-Mar-05 2:26
UrbanBlues28-Mar-05 2:26 
AnswerRe: How to display MultiLine in MFCGrid Cell Pin
PJ Arends28-Mar-05 6:44
professionalPJ Arends28-Mar-05 6:44 
GeneralRuntime selection of Multiple String Table Pin
CookieT28-Mar-05 2:25
CookieT28-Mar-05 2:25 
QuestionHow do I change the tooltip of a title bar button? Pin
Hiigara28-Mar-05 2:18
Hiigara28-Mar-05 2:18 
AnswerRe: How do I change the tooltip of a title bar button? Pin
Alexander M.,28-Mar-05 13:41
Alexander M.,28-Mar-05 13:41 
GeneralAES implementation Pin
Anonymous28-Mar-05 2:03
Anonymous28-Mar-05 2:03 
GeneralRe: AES implementation Pin
David Crow28-Mar-05 2:28
David Crow28-Mar-05 2:28 
GeneralRe: AES implementation Pin
Alexander M.,28-Mar-05 4:06
Alexander M.,28-Mar-05 4:06 
GeneralRe: AES implementation Pin
Member 154898328-Mar-05 9:59
Member 154898328-Mar-05 9:59 
GeneralRe: AES implementation Pin
Member 154898328-Mar-05 14:48
Member 154898328-Mar-05 14:48 
GeneralATL Composite Control Pin
rdeekonda28-Mar-05 1:49
rdeekonda28-Mar-05 1:49 
GeneralProgram compile witn XP Pro SP2 not run on XP Pro SP1, Home and Win2000 SP4 Pin
pierrekande28-Mar-05 1:40
pierrekande28-Mar-05 1:40 
GeneralRe: Program compile witn XP Pro SP2 not run on XP Pro SP1, Home and Win2000 SP4 Pin
Michael Dunn28-Mar-05 4:38
sitebuilderMichael Dunn28-Mar-05 4:38 
GeneralRe: Program compile witn XP Pro SP2 not run on XP Pro SP1, Home and Win2000 SP4 Pin
pierrekande28-Mar-05 20:26
pierrekande28-Mar-05 20:26 
GeneralRe: Program compile witn XP Pro SP2 not run on XP Pro SP1, Home and Win2000 SP4 Pin
Alexander M.,28-Mar-05 13:36
Alexander M.,28-Mar-05 13:36 

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.