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

C / C++ / MFC

 
AnswerRe: Tab Order PinPopular
«_Superman_»26-Sep-10 21:05
professional«_Superman_»26-Sep-10 21:05 
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 
it may be possible if intense effort is taken to replace required char type variables with wchar_t types, CRT function calls like strlen() with wcslen() and APIS calls such as CreateWindow() with its currespondng wide char version CreateWindowW(). Classes like CString internally handles string data depending on the _UNICODE preprocessor definition. So in _MBCS it will treat the given widechar string as multibyte text only. Definitions of LPCTSTR, LPTSTR etc also changes according to _MBCS and _UNICODE defintions.
AnswerRe: Converting the language of an application to any other language Pin
Nemanja Trifunovic27-Sep-10 5:53
Nemanja Trifunovic27-Sep-10 5:53 
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 

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.