Click here to Skip to main content
15,888,401 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: RegFlushKey doubt Pin
Waldermort30-Aug-06 20:17
Waldermort30-Aug-06 20:17 
GeneralRe: RegFlushKey doubt Pin
ashokvishnu30-Aug-06 20:42
ashokvishnu30-Aug-06 20:42 
QuestionThead questions Pin
Nicknz30-Aug-06 19:13
Nicknz30-Aug-06 19:13 
AnswerRe: Thead questions Pin
cmk1-Sep-06 0:08
cmk1-Sep-06 0:08 
GeneralRe: Thead questions Pin
Nicknz3-Sep-06 14:09
Nicknz3-Sep-06 14:09 
Questionlocale dll, sugg please Pin
spicy_kid200030-Aug-06 18:21
spicy_kid200030-Aug-06 18:21 
AnswerRe: locale dll, sugg please Pin
Waldermort30-Aug-06 20:14
Waldermort30-Aug-06 20:14 
AnswerRe: locale dll, sugg please Pin
toxcct30-Aug-06 21:48
toxcct30-Aug-06 21:48 
if you want to change only the strings on the GUI interface for example, no DLL is needed, even though you can use Resource DLLs...

basically, you put all your strings in the Resource String Table. then, you set the language of this string table (in its properties). after that, you copy the string table (and tell VC++ its new target language), and translate the strings into the proper language of the table.

in your application, you have to load the strings (by using CString::Format() or CString::LoadString() for example), and nothing more !

the system will be recognized at the program start, and the correct string table will be used.


TOXCCT >>> GEII power

[VisualCalc 3.0  updated ][Flags Beginner's Guide  new! ]

QuestionDIB and normal BITMAP Pin
HakunaMatada30-Aug-06 18:08
HakunaMatada30-Aug-06 18:08 
AnswerRe: DIB and normal BITMAP Pin
Joe Woodbury30-Aug-06 18:27
professionalJoe Woodbury30-Aug-06 18:27 
AnswerRe: DIB and normal BITMAP Pin
Jörgen Sigvardsson30-Aug-06 21:38
Jörgen Sigvardsson30-Aug-06 21:38 
Questioncopy/store to a file Pin
thathvamsi30-Aug-06 17:22
thathvamsi30-Aug-06 17:22 
AnswerRe: copy/store to a file Pin
Rinu_Raj30-Aug-06 17:38
Rinu_Raj30-Aug-06 17:38 
GeneralRe: copy/store to a file Pin
thathvamsi30-Aug-06 18:01
thathvamsi30-Aug-06 18:01 
GeneralRe: copy/store to a file Pin
Rinu_Raj30-Aug-06 18:10
Rinu_Raj30-Aug-06 18:10 
GeneralRe: copy/store to a file Pin
thathvamsi30-Aug-06 18:29
thathvamsi30-Aug-06 18:29 
GeneralRe: copy/store to a file Pin
Rinu_Raj30-Aug-06 19:09
Rinu_Raj30-Aug-06 19:09 
GeneralRe: copy/store to a file Pin
thathvamsi30-Aug-06 20:05
thathvamsi30-Aug-06 20:05 
GeneralRe: copy/store to a file Pin
kakan30-Aug-06 20:25
professionalkakan30-Aug-06 20:25 
GeneralRe: copy/store to a file Pin
thathvamsi30-Aug-06 20:37
thathvamsi30-Aug-06 20:37 
GeneralRe: copy/store to a file Pin
kakan30-Aug-06 20:44
professionalkakan30-Aug-06 20:44 
GeneralRe: copy/store to a file Pin
thathvamsi30-Aug-06 20:49
thathvamsi30-Aug-06 20:49 
GeneralRe: copy/store to a file Pin
kakan30-Aug-06 20:55
professionalkakan30-Aug-06 20:55 
GeneralRe: copy/store to a file Pin
thathvamsi30-Aug-06 21:00
thathvamsi30-Aug-06 21:00 
GeneralRe: copy/store to a file Pin
Rinu_Raj30-Aug-06 21:06
Rinu_Raj30-Aug-06 21:06 

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.