Click here to Skip to main content
15,886,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can i make an toolbar icon 48x48 256 colour [modified] Pin
vasmvr3-Sep-07 21:02
vasmvr3-Sep-07 21:02 
QuestionMixing Unicode and Non Unicode CEdit, CWnd Pin
Nawal K Gupta3-Sep-07 3:13
Nawal K Gupta3-Sep-07 3:13 
AnswerRe: Mixing Unicode and Non Unicode CEdit, CWnd Pin
KarstenK3-Sep-07 3:50
mveKarstenK3-Sep-07 3:50 
AnswerRe: Mixing Unicode and Non Unicode CEdit, CWnd Pin
Waldermort3-Sep-07 7:25
Waldermort3-Sep-07 7:25 
GeneralRe: Mixing Unicode and Non Unicode CEdit, CWnd Pin
Nawal K Gupta4-Sep-07 3:43
Nawal K Gupta4-Sep-07 3:43 
QuestionUnhandled exception Pin
sanjutvm3-Sep-07 2:51
sanjutvm3-Sep-07 2:51 
QuestionInternationalization Pin
Krishnatv3-Sep-07 2:43
Krishnatv3-Sep-07 2:43 
AnswerRe: Internationalization Pin
truestepper3-Sep-07 3:00
truestepper3-Sep-07 3:00 
The best way is to draw each dialog for each language due to the diferent length of words in different languages (it will be easier to move), and to have string table for each language for specific messages.

to load string:
CString columnName;
columnName.LoadString(DESKDELIVERY_IDS_PAPERPORT_FOLDERS);
--
DESKDELIVERY_IDS_PAPERPORT_FOLDERS - is ID of string in string table(For Each Language must be the same)

--
After this you will have dlls with different languages and same dlls names, better to place them in separate directories, and depending on selected languge copy them to program folder and load.

--
I have done this way in my project.
GeneralRe: Internationalization Pin
Krishnatv3-Sep-07 3:49
Krishnatv3-Sep-07 3:49 
GeneralRe: Internationalization Pin
truestepper3-Sep-07 4:17
truestepper3-Sep-07 4:17 
AnswerRe: Internationalization Pin
jhwurmbach3-Sep-07 3:31
jhwurmbach3-Sep-07 3:31 
GeneralRe: Internationalization Pin
Krishnatv3-Sep-07 3:51
Krishnatv3-Sep-07 3:51 
AnswerRe: Internationalization Pin
Maximilien3-Sep-07 3:35
Maximilien3-Sep-07 3:35 
AnswerRe: Internationalization Pin
Hamid_RT3-Sep-07 4:48
Hamid_RT3-Sep-07 4:48 
Questionlanguage specific characters dialog Pin
truestepper3-Sep-07 2:43
truestepper3-Sep-07 2:43 
QuestionPass XML to an HTTP address in Visual C Pin
mariokempes3-Sep-07 2:33
mariokempes3-Sep-07 2:33 
Questionabout Thread Creation Pin
Member 43990943-Sep-07 2:28
Member 43990943-Sep-07 2:28 
AnswerRe: about Thread Creation Pin
chandu0043-Sep-07 2:32
chandu0043-Sep-07 2:32 
GeneralRe: about Thread Creation Pin
Member 43990943-Sep-07 2:41
Member 43990943-Sep-07 2:41 
GeneralRe: about Thread Creation Pin
chandu0043-Sep-07 2:47
chandu0043-Sep-07 2:47 
GeneralRe: about Thread Creation Pin
Member 43990943-Sep-07 3:00
Member 43990943-Sep-07 3:00 
AnswerRe: about Thread Creation Pin
Mark Salsbery3-Sep-07 8:57
Mark Salsbery3-Sep-07 8:57 
GeneralRe: about Thread Creation Pin
Member 43990943-Sep-07 21:53
Member 43990943-Sep-07 21:53 
GeneralRe: about Thread Creation Pin
Mark Salsbery4-Sep-07 5:14
Mark Salsbery4-Sep-07 5:14 
QuestionMSWord com add-in problem Pin
Tarek Jabri3-Sep-07 2:05
Tarek Jabri3-Sep-07 2:05 

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.