Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can SetTimer on Modeless dialogbox? Pin
Naveen18-May-09 2:56
Naveen18-May-09 2:56 
GeneralRe: How can SetTimer on Modeless dialogbox? Pin
Le@rner18-May-09 2:57
Le@rner18-May-09 2:57 
GeneralRe: How can SetTimer on Modeless dialogbox? Pin
Naveen18-May-09 3:00
Naveen18-May-09 3:00 
GeneralRe: How can SetTimer on Modeless dialogbox? Pin
Le@rner18-May-09 18:12
Le@rner18-May-09 18:12 
GeneralRe: How can SetTimer on Modeless dialogbox? Pin
Naveen18-May-09 18:24
Naveen18-May-09 18:24 
GeneralRe: How can SetTimer on Modeless dialogbox? Pin
David Crow18-May-09 3:31
David Crow18-May-09 3:31 
GeneralRe: How can SetTimer on Modeless dialogbox? Pin
Le@rner18-May-09 18:13
Le@rner18-May-09 18:13 
QuestionLooking for a good serialization design which can support multi-inheritance [modified] Pin
transoft18-May-09 2:11
transoft18-May-09 2:11 
AnswerRe: Looking for a good serialization design which can support multi-inheritance Pin
Stuart Dootson18-May-09 8:09
professionalStuart Dootson18-May-09 8:09 
Questionnew line not allowed Pin
susanne118-May-09 2:09
susanne118-May-09 2:09 
AnswerRe: new line not allowed Pin
Naveen18-May-09 2:34
Naveen18-May-09 2:34 
GeneralRe: new line not allowed Pin
susanne118-May-09 2:56
susanne118-May-09 2:56 
GeneralRe: new line not allowed Pin
Naveen18-May-09 3:12
Naveen18-May-09 3:12 
GeneralRe: new line not allowed Pin
susanne118-May-09 4:28
susanne118-May-09 4:28 
QuestionUnicode problem in richedit Pin
subzero_strike18-May-09 1:47
subzero_strike18-May-09 1:47 
QuestionSetting System Clock in Vista (&7) - UAC problem Pin
rbrunton18-May-09 1:17
rbrunton18-May-09 1:17 
Questionplease .... Pin
yunpil18-May-09 0:48
yunpil18-May-09 0:48 
AnswerRe: please .... Pin
benjymous18-May-09 1:07
benjymous18-May-09 1:07 
AnswerRe: please .... Pin
_AnsHUMAN_ 18-May-09 1:12
_AnsHUMAN_ 18-May-09 1:12 
AnswerRe: please .... Pin
jeron118-May-09 9:45
jeron118-May-09 9:45 
Questionstring::find() function for case insensitive search Pin
hrishiS18-May-09 0:40
hrishiS18-May-09 0:40 
AnswerRe: string::find() function for case insensitive search Pin
benjymous18-May-09 1:12
benjymous18-May-09 1:12 
GeneralRe: string::find() function for case insensitive search Pin
hrishiS18-May-09 18:19
hrishiS18-May-09 18:19 
AnswerRe: string::find() function for case insensitive search Pin
Nibu babu thomas18-May-09 2:31
Nibu babu thomas18-May-09 2:31 
GeneralRe: string::find() function for case insensitive search Pin
hrishiS18-May-09 18:54
hrishiS18-May-09 18:54 
thanks for your reply...

Actually if you dont mind I need little more clearence.
I didnot get how do I use strstrI in the same line
if(myword.find("Tag")!= string::npos)

All we need is to incorporate case insensitive search in the same statement above.
(Or can we pass the lowercase of myword itself so that we can check with "tag" always)...something like
if(lcase(myword).find("Tag")!= string::npos)

myword is of the type string

thanks in advance

-----------------------------
I am a beginner

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.