Click here to Skip to main content
15,917,177 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTab Control Problems using Win32 API Pin
Lito28-May-01 14:14
Lito28-May-01 14:14 
GeneralRe: Tab Control Problems using Win32 API Pin
Tomasz Sowinski29-May-01 0:32
Tomasz Sowinski29-May-01 0:32 
QuestionHuman Debuuger? Pin
28-May-01 12:29
suss28-May-01 12:29 
AnswerRe: Human Debuuger? Pin
Christian Graus28-May-01 12:37
protectorChristian Graus28-May-01 12:37 
GeneralBlinking text Pin
28-May-01 12:01
suss28-May-01 12:01 
GeneralRe: Blinking text Pin
28-May-01 12:21
suss28-May-01 12:21 
GeneralProblems with resource files and software translation Pin
Mustafa Demirhan28-May-01 11:10
Mustafa Demirhan28-May-01 11:10 
GeneralRe: Localization issue. Pin
Masaaki Onishi28-May-01 12:44
Masaaki Onishi28-May-01 12:44 
Hello, the codgurus around the world.;)

Actually, I don't understand your (1) problem very well.

One issue of Localization is that we shouldn't put the hard code of error string like MessageBox. We should use the string table in the resource file.

ID of the control should keep the same one in resource.h and control ID of the resource ID.
As long as we use the resource editor to add or delete the control, the resource editor
add the new ID to resource.h (not delete).

(2) If you need German version, you should simple replace English string to German string
in the resource file (RC file).
That is, German resource is included in EXE file.

Or, you can use the resource DLL file to linked EXE file at run time.
Check Localization in MSDN help.

Or, you can use Unicode version exe for Window NT and 2000.
Currently, Window 9x and ME don't support Unicode. But, Microsoft will support this in
the near future.Cool | :cool:

Have a nice day!
-Masaaki Onishi-
GeneralResource ID Organiser Add-In Pin
Anna-Jayne Metcalfe29-May-01 23:52
Anna-Jayne Metcalfe29-May-01 23:52 
Generalprotection of seialized file Pin
28-May-01 10:27
suss28-May-01 10:27 
GeneralRe: protection of seialized file Pin
markkuk28-May-01 20:27
markkuk28-May-01 20:27 
GeneralRe: protection of seialized file Pin
28-May-01 20:50
suss28-May-01 20:50 
GeneralRemoving point labels in TeeChart ActiveX Pin
28-May-01 9:40
suss28-May-01 9:40 
GeneralGeneral Question Pin
mr200328-May-01 8:56
mr200328-May-01 8:56 
GeneralRe: General Question Pin
ThunderBird28-May-01 9:26
ThunderBird28-May-01 9:26 
GeneralMFC and WinHelp. Arghh!!! Pin
Anders Molin28-May-01 8:46
professionalAnders Molin28-May-01 8:46 
GeneralRe: MFC and WinHelp. Arghh!!! Pin
Tomasz Sowinski28-May-01 8:57
Tomasz Sowinski28-May-01 8:57 
GeneralRe: MFC and WinHelp. Arghh!!! Pin
Anders Molin28-May-01 9:24
professionalAnders Molin28-May-01 9:24 
GeneralRe: MFC and WinHelp. Arghh!!! Pin
PJ Arends28-May-01 9:42
professionalPJ Arends28-May-01 9:42 
GeneralRe: MFC and WinHelp. Arghh!!! Pin
Tomasz Sowinski28-May-01 9:49
Tomasz Sowinski28-May-01 9:49 
GeneralRe: MFC and WinHelp. Arghh!!! Pin
PJ Arends28-May-01 10:52
professionalPJ Arends28-May-01 10:52 
GeneralRe: MFC and WinHelp. Arghh!!! Pin
Tomasz Sowinski28-May-01 11:00
Tomasz Sowinski28-May-01 11:00 
GeneralRe: MFC and WinHelp. Arghh!!! Pin
Anders Molin28-May-01 11:00
professionalAnders Molin28-May-01 11:00 
QuestionUse a texture as background? Pin
Rickard Andersson2028-May-01 8:34
Rickard Andersson2028-May-01 8:34 
AnswerRe: Use a texture as background? Pin
Christian Graus28-May-01 11:30
protectorChristian Graus28-May-01 11:30 

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.