Click here to Skip to main content
15,891,375 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCreating an intellisense type drop down. [Moved] Pin
emmmatty126-Sep-10 19:53
emmmatty126-Sep-10 19:53 
QuestionConverting the language of an application to any other language Pin
manoharbalu26-Sep-10 18:37
manoharbalu26-Sep-10 18:37 
AnswerRe: Converting the language of an application to any other language Pin
_AnsHUMAN_ 26-Sep-10 19:31
_AnsHUMAN_ 26-Sep-10 19:31 
AnswerRe: Converting the language of an application to any other language Pin
Paresh Chitte26-Sep-10 19:31
Paresh Chitte26-Sep-10 19:31 
AnswerRe: Converting the language of an application to any other language Pin
Cool_Dev26-Sep-10 19:35
Cool_Dev26-Sep-10 19:35 
GeneralRe: Converting the language of an application to any other language Pin
Anand Todkar26-Sep-10 21:13
Anand Todkar26-Sep-10 21:13 
GeneralRe: Converting the language of an application to any other language Pin
Cool_Dev26-Sep-10 23:06
Cool_Dev26-Sep-10 23:06 
AnswerRe: Converting the language of an application to any other language Pin
Nemanja Trifunovic27-Sep-10 5:53
Nemanja Trifunovic27-Sep-10 5:53 
manoharbalu wrote:
Is there any quick way to do the conversion of the language?


No.


manoharbalu wrote:
What is the way to do the conversion?


First you need to make sure that no user-visible text is hard-coded in the cpp files. You need to extract all strings to a string table[^]. Than you can send your string table to localization companies to translate it for you to different languages.

Also, be aware that translating text is only one part of making software global. You'll need to take care of different calendars, currencies, etc, etc.

QuestionHow to read-write excel ? Pin
Mr_Leon26-Sep-10 15:45
Mr_Leon26-Sep-10 15:45 
AnswerRe: How to read-write excel ? Pin
Sameerkumar Namdeo26-Sep-10 18:26
Sameerkumar Namdeo26-Sep-10 18:26 
AnswerRe: How to read-write excel ? Pin
Cool_Dev26-Sep-10 19:09
Cool_Dev26-Sep-10 19:09 
AnswerRe: How to read-write excel ? Pin
Paresh Chitte26-Sep-10 19:24
Paresh Chitte26-Sep-10 19:24 
AnswerRe: How to read-write excel ? Pin
David Crow27-Sep-10 2:56
David Crow27-Sep-10 2:56 
AnswerRe: How to read-write excel ? Pin
yu-jian28-Sep-10 23:08
yu-jian28-Sep-10 23:08 
Questionreplacement for DeviceIoControl() Pin
mazizi25-Sep-10 22:38
mazizi25-Sep-10 22:38 
AnswerRe: replacement for DeviceIoControl() Pin
«_Superman_»26-Sep-10 6:17
professional«_Superman_»26-Sep-10 6:17 
QuestionDisabling main application window(Sdi with splitter control) Pin
learningvisualc25-Sep-10 2:40
learningvisualc25-Sep-10 2:40 
AnswerRe: Disabling main application window(Sdi with splitter control) Pin
Richard MacCutchan25-Sep-10 21:32
mveRichard MacCutchan25-Sep-10 21:32 
Questionhow to create client and server winsock in one project or use 2 winsock in one project? Pin
zhiyuan1625-Sep-10 0:42
zhiyuan1625-Sep-10 0:42 
AnswerRe: how to create client and server winsock in one project or use 2 winsock in one project? Pin
Richard MacCutchan25-Sep-10 1:38
mveRichard MacCutchan25-Sep-10 1:38 
GeneralRe: how to create client and server winsock in one project or use 2 winsock in one project? Pin
zhiyuan1625-Sep-10 3:44
zhiyuan1625-Sep-10 3:44 
GeneralRe: how to create client and server winsock in one project or use 2 winsock in one project? Pin
Richard MacCutchan25-Sep-10 4:22
mveRichard MacCutchan25-Sep-10 4:22 
GeneralRe: how to create client and server winsock in one project or use 2 winsock in one project? Pin
zhiyuan1625-Sep-10 5:10
zhiyuan1625-Sep-10 5:10 
AnswerRe: how to create client and server winsock in one project or use 2 winsock in one project? Pin
Luc Pattyn25-Sep-10 5:30
sitebuilderLuc Pattyn25-Sep-10 5:30 
GeneralRe: how to create client and server winsock in one project or use 2 winsock in one project? Pin
Moak25-Sep-10 11:20
Moak25-Sep-10 11:20 

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.