Click here to Skip to main content
16,010,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error Program Pin
Steve S27-Jan-04 6:54
Steve S27-Jan-04 6:54 
GeneralRe: Error Program Pin
John R. Shaw27-Jan-04 8:53
John R. Shaw27-Jan-04 8:53 
QuestionHow to associate image with CStatic?? Pin
Dominik Reichl27-Jan-04 6:05
Dominik Reichl27-Jan-04 6:05 
Generalsmall design question C++/MFC Pin
Maximilien27-Jan-04 5:23
Maximilien27-Jan-04 5:23 
GeneralRe: small design question C++/MFC Pin
valikac27-Jan-04 6:14
valikac27-Jan-04 6:14 
GeneralExpression analysis Pin
Goh Hui Beng27-Jan-04 5:10
Goh Hui Beng27-Jan-04 5:10 
GeneralChoose language at runtime Pin
MyttO27-Jan-04 5:02
MyttO27-Jan-04 5:02 
GeneralRe: Choose language at runtime Pin
Mukkie27-Jan-04 7:42
Mukkie27-Jan-04 7:42 
Hello!

You may use:
1. LoadLibrary() along with AfxSetInstanceHandle() (for mfc app) on given resource dll (can be resource only but not must be)


2. You may try to use SetThreadLocale() and use only one resource dll with many resources, each defined for every language you may want to support. But SetThreadLocale is not supported under Windows9x

I propose to use 1st method.

Smile | :)
GeneralRe: Choose language at runtime Pin
MyttO27-Jan-04 21:59
MyttO27-Jan-04 21:59 
GeneralExplicit loading of extension DLL Pin
spingkoy27-Jan-04 4:21
spingkoy27-Jan-04 4:21 
GeneralRe: Explicit loading of extension DLL Pin
basementman27-Jan-04 5:51
basementman27-Jan-04 5:51 
GeneralRe: Explicit loading of extension DLL Pin
Mukkie27-Jan-04 7:44
Mukkie27-Jan-04 7:44 
GeneralAny idea about editing mpeg2 files Pin
habiburrehman27-Jan-04 4:17
habiburrehman27-Jan-04 4:17 
GeneralDebugging question Pin
Cedric Moonen27-Jan-04 3:16
Cedric Moonen27-Jan-04 3:16 
GeneralRe: Debugging question Pin
toxcct27-Jan-04 3:32
toxcct27-Jan-04 3:32 
GeneralRe: Debugging question Pin
Cedric Moonen27-Jan-04 3:52
Cedric Moonen27-Jan-04 3:52 
GeneralRe: Debugging question Pin
Mike Dimmick27-Jan-04 3:50
Mike Dimmick27-Jan-04 3:50 
GeneralRe: Debugging question Pin
Cedric Moonen27-Jan-04 4:01
Cedric Moonen27-Jan-04 4:01 
Generaltab controls (is there a restriction on the number of edit boxes in a dialog box?) Pin
Member 83856927-Jan-04 3:10
Member 83856927-Jan-04 3:10 
GeneralRe: tab controls (is there a restriction on the number of edit boxes in a dialog box?) Pin
Carlos Antollini27-Jan-04 3:38
Carlos Antollini27-Jan-04 3:38 
GeneralRe: tab controls (is there a restriction on the number of edit boxes in a dialog box?) Pin
Member 83856927-Jan-04 16:15
Member 83856927-Jan-04 16:15 
GeneralRe: tab controls (is there a restriction on the number of edit boxes in a dialog box?) Pin
Carlos Antollini28-Jan-04 3:18
Carlos Antollini28-Jan-04 3:18 
GeneralRe: tab controls (is there a restriction on the number of edit boxes in a dialog box?) Pin
Member 83856928-Jan-04 3:46
Member 83856928-Jan-04 3:46 
GeneralRe: tab controls (is there a restriction on the number of edit boxes in a dialog box?) Pin
Carlos Antollini28-Jan-04 5:23
Carlos Antollini28-Jan-04 5:23 
GeneralRe: tab controls (is there a restriction on the number of edit boxes in a dialog box?) Pin
Anonymous1-Feb-04 7:10
Anonymous1-Feb-04 7:10 

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.