Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to conversion from upper case string to lower case in MFC. Pin
Nelek23-May-08 1:59
protectorNelek23-May-08 1:59 
GeneralRe: How to conversion from upper case string to lower case in MFC. Pin
Rajesh R Subramanian23-May-08 2:05
professionalRajesh R Subramanian23-May-08 2:05 
AnswerRe: How to conversion from upper case string to lower case in MFC. Pin
sumit.durg23-May-08 1:59
sumit.durg23-May-08 1:59 
GeneralRe: How to conversion from upper case string to lower case in MFC. Pin
Rajesh R Subramanian23-May-08 2:36
professionalRajesh R Subramanian23-May-08 2:36 
GeneralRe: How to conversion from upper case string to lower case in MFC. Pin
Nemanja Trifunovic23-May-08 4:49
Nemanja Trifunovic23-May-08 4:49 
AnswerRe: How to conversion from upper case string to lower case in MFC. Pin
manju#12323-May-08 1:04
manju#12323-May-08 1:04 
GeneralRe: How to conversion from upper case string to lower case in MFC. Pin
toxcct23-May-08 1:11
toxcct23-May-08 1:11 
GeneralRe: How to conversion from upper case string to lower case in MFC. Pin
Rajesh R Subramanian23-May-08 1:17
professionalRajesh R Subramanian23-May-08 1:17 
manju#123 wrote:
Use _tcsicmp


_tcsicmp does a lexicographic comparison between strings. It cannot convert between upper and lower cases. In short, it does some kind of comparison and the OP's requirement is to do some kind of conversion. Smile | :)


Nobody can give you wiser advice than yourself. - Cicero
.·´¯`·->Rajesh<-·´¯`·.
Codeproject.com: Visual C++ MVP

QuestionRegistry save & load in kernel mode Pin
Ajay L D22-May-08 23:22
Ajay L D22-May-08 23:22 
QuestionExporting MAKE file through Visual Studio 2003 Pin
Anand Todkar22-May-08 23:05
Anand Todkar22-May-08 23:05 
QuestionRe: Exporting MAKE file through Visual Studio 2003 Pin
Rajkumar R24-May-08 5:02
Rajkumar R24-May-08 5:02 
AnswerRe: Exporting MAKE file through Visual Studio 2003 Pin
Anand Todkar25-May-08 19:37
Anand Todkar25-May-08 19:37 
QuestionRe: Exporting MAKE file through Visual Studio 2003 Pin
Rajkumar R25-May-08 20:09
Rajkumar R25-May-08 20:09 
AnswerRe: Exporting MAKE file through Visual Studio 2003 Pin
Anand Todkar25-May-08 20:20
Anand Todkar25-May-08 20:20 
GeneralRe: Exporting MAKE file through Visual Studio 2003 Pin
Rajkumar R25-May-08 20:34
Rajkumar R25-May-08 20:34 
QuestionSilent Mail with ShellExecute Pin
Programm3r22-May-08 22:04
Programm3r22-May-08 22:04 
QuestionRe: Silent Mail with ShellExecute Pin
CPallini22-May-08 22:10
mveCPallini22-May-08 22:10 
QuestionRe: Silent Mail with ShellExecute Pin
Programm3r22-May-08 22:21
Programm3r22-May-08 22:21 
QuestionRe: Silent Mail with ShellExecute Pin
Programm3r22-May-08 22:22
Programm3r22-May-08 22:22 
QuestionRe: Silent Mail with ShellExecute Pin
CPallini22-May-08 22:28
mveCPallini22-May-08 22:28 
JokeRe: Silent Mail with ShellExecute Pin
Rajesh R Subramanian22-May-08 22:22
professionalRajesh R Subramanian22-May-08 22:22 
JokeRe: Silent Mail with ShellExecute Pin
CPallini22-May-08 22:26
mveCPallini22-May-08 22:26 
QuestionRe: Silent Mail with ShellExecute Pin
Rajesh R Subramanian22-May-08 22:32
professionalRajesh R Subramanian22-May-08 22:32 
GeneralRe: Silent Mail with ShellExecute Pin
Programm3r22-May-08 22:40
Programm3r22-May-08 22:40 
AnswerRe: Silent Mail with ShellExecute Pin
Hamid_RT22-May-08 22:47
Hamid_RT22-May-08 22:47 

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.