Click here to Skip to main content
16,004,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to add a text dynamically in combo box? Pin
David Crow16-Jul-07 4:09
David Crow16-Jul-07 4:09 
QuestionKill focus of a dialog. Pin
harsha u15-Jul-07 18:08
harsha u15-Jul-07 18:08 
AnswerRe: Kill focus of a dialog. Pin
Hamid_RT15-Jul-07 19:32
Hamid_RT15-Jul-07 19:32 
GeneralRe: Kill focus of a dialog. Pin
harsha u15-Jul-07 20:33
harsha u15-Jul-07 20:33 
AnswerRe: Kill focus of a dialog. Pin
#realJSOP16-Jul-07 2:11
professional#realJSOP16-Jul-07 2:11 
GeneralRe: Kill focus of a dialog. Pin
harsha u16-Jul-07 2:15
harsha u16-Jul-07 2:15 
AnswerRe: Kill focus of a dialog. Pin
David Crow16-Jul-07 4:12
David Crow16-Jul-07 4:12 
QuestionHow to develop Multilanguage software in MFC Pin
flyox15-Jul-07 17:42
flyox15-Jul-07 17:42 
Just now I receive a project about changing a software to support internationalization, but I have no experience in multilanguage programing.

After searching in Google, I get the following scheme:
1. Resource scheme. Every language has a RC, which will be compiled to dll (pure resource dll).
2. Dictionary file (plug) scheme. The dictionary file stores "Lable-Message" pair. Programme reads the message-string once starts up, and then, GetDlgItem(ResourceID)->SetWindowText(MessageString).
3. Any others???

Resource scheme is really troublesome because you should maintain multiple resources, and the data-coherence is difficult to solve. So in my idea the dictionary scheme is better. But it still has lot of problems, just like the width of the Static Lable (CStatic), and the popup menu item has no ID.

In one word, I've no experience. What and how should I do, and what I must pay attention to...
Thanks a lot!
AnswerRe: How to develop Multilanguage software in MFC Pin
Hamid_RT15-Jul-07 19:52
Hamid_RT15-Jul-07 19:52 
QuestionHow to write Arabic directly in VC6.0 ? Pin
Peter, Chan15-Jul-07 16:50
Peter, Chan15-Jul-07 16:50 
AnswerRe: How to write Arabic directly in VC6.0 ? Pin
Michael Dunn15-Jul-07 17:35
sitebuilderMichael Dunn15-Jul-07 17:35 
QuestionHelp: Converting an EXE to Microsoft Visual C++ source Pin
JonnyRockets15-Jul-07 16:49
JonnyRockets15-Jul-07 16:49 
AnswerRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
Michael Dunn15-Jul-07 17:37
sitebuilderMichael Dunn15-Jul-07 17:37 
QuestionRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
Hamid_RT15-Jul-07 19:54
Hamid_RT15-Jul-07 19:54 
AnswerRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
dharani15-Jul-07 23:37
dharani15-Jul-07 23:37 
GeneralRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
ThatsAlok16-Jul-07 0:30
ThatsAlok16-Jul-07 0:30 
GeneralRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
dharani16-Jul-07 1:08
dharani16-Jul-07 1:08 
GeneralRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
David Crow16-Jul-07 4:24
David Crow16-Jul-07 4:24 
GeneralRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
ThatsAlok16-Jul-07 7:26
ThatsAlok16-Jul-07 7:26 
GeneralRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
Hamid_RT16-Jul-07 6:08
Hamid_RT16-Jul-07 6:08 
AnswerRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
#realJSOP16-Jul-07 2:12
professional#realJSOP16-Jul-07 2:12 
GeneralRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
JonnyRockets16-Jul-07 10:58
JonnyRockets16-Jul-07 10:58 
GeneralRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
#realJSOP16-Jul-07 12:16
professional#realJSOP16-Jul-07 12:16 
GeneralRe: Help: Converting an EXE to Microsoft Visual C++ source Pin
JonnyRockets16-Jul-07 14:41
JonnyRockets16-Jul-07 14:41 
QuestionHow to change resource dll in CDialog application? Pin
Peter, Chan15-Jul-07 16:42
Peter, Chan15-Jul-07 16:42 

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.