Click here to Skip to main content
16,018,347 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: mstcpip.h Pin
skyline22-Mar-07 0:19
skyline22-Mar-07 0:19 
QuestionEscape key press event Pin
zareee23-Feb-07 16:20
zareee23-Feb-07 16:20 
AnswerRe: Escape key press event Pin
Rajesh R Subramanian23-Feb-07 18:31
professionalRajesh R Subramanian23-Feb-07 18:31 
GeneralRe: Escape key press event Pin
zareee23-Feb-07 21:16
zareee23-Feb-07 21:16 
AnswerRe: Escape key press event Pin
Hamid Taebi23-Feb-07 18:55
professionalHamid Taebi23-Feb-07 18:55 
AnswerRe: Escape key press event Pin
Michael Dunn23-Feb-07 20:05
sitebuilderMichael Dunn23-Feb-07 20:05 
QuestionMultilingual Support: Use "String Tables" instead of creating a new set of Dialogs for each supported language Pin
dungpapai23-Feb-07 15:34
dungpapai23-Feb-07 15:34 
AnswerRe: Multilingual Support: Use "String Tables" instead of creating a new set of Dialogs for each supported language Pin
John R. Shaw23-Feb-07 16:31
John R. Shaw23-Feb-07 16:31 
Start by reading:
1) Internationalization and Multiple Language Support[^]
2) Tips on internationalization of software[^]

Another approach to 1 above would be to have string resource table only DLLs and manually loading strings from resource instead of recreating each dialog, menu, and etc. for each language. This would require more coding, but a non-programmer could be taught to edit the string tables.

There is also a good book offered by Microsoft Press on the subject, version one of that book was in the VC6.0 MSDN help.


INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra

AnswerRe: Multilingual Support: Use "String Tables" instead of creating a new set of Dialogs for each supported language Pin
Rajesh R Subramanian23-Feb-07 18:33
professionalRajesh R Subramanian23-Feb-07 18:33 
AnswerRe: Multilingual Support: Use "String Tables" instead of creating a new set of Dialogs for each supported language Pin
Hamid Taebi23-Feb-07 18:54
professionalHamid Taebi23-Feb-07 18:54 
QuestionNot drawing full dialog Pin
aquawicket23-Feb-07 14:14
aquawicket23-Feb-07 14:14 
AnswerRe: Not drawing full dialog Pin
David Crow23-Feb-07 14:59
David Crow23-Feb-07 14:59 
GeneralRe: Not drawing full dialog Pin
aquawicket23-Feb-07 15:30
aquawicket23-Feb-07 15:30 
GeneralRe: Not drawing full dialog Pin
Rajesh R Subramanian23-Feb-07 18:43
professionalRajesh R Subramanian23-Feb-07 18:43 
QuestionVisual styles without MFC Pin
Lamgi-Mari23-Feb-07 12:01
Lamgi-Mari23-Feb-07 12:01 
AnswerRe: Visual styles without MFC Pin
John R. Shaw23-Feb-07 16:51
John R. Shaw23-Feb-07 16:51 
QuestionTired of copy/pasting code....... Pin
pblais23-Feb-07 10:40
pblais23-Feb-07 10:40 
AnswerRe: Tired of copy/pasting code....... [modified] Pin
Mark Salsbery23-Feb-07 12:23
Mark Salsbery23-Feb-07 12:23 
AnswerRe: Tired of copy/pasting code....... Pin
PJ Arends23-Feb-07 12:33
professionalPJ Arends23-Feb-07 12:33 
AnswerRe: Tired of copy/pasting code....... Pin
S Douglas24-Feb-07 23:28
professionalS Douglas24-Feb-07 23:28 
QuestionActiveX returning custom types from methods?? Pin
jhinze23-Feb-07 10:13
jhinze23-Feb-07 10:13 
QuestionReferences vs. Pointers Pin
Yonggoo23-Feb-07 9:15
Yonggoo23-Feb-07 9:15 
AnswerRe: References vs. Pointers Pin
Joe Woodbury23-Feb-07 9:32
professionalJoe Woodbury23-Feb-07 9:32 
GeneralRe: References vs. Pointers Pin
Yonggoo23-Feb-07 9:46
Yonggoo23-Feb-07 9:46 
GeneralRe: References vs. Pointers Pin
David Crow23-Feb-07 10:28
David Crow23-Feb-07 10:28 

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.