Click here to Skip to main content
15,909,896 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralCorel Draw Selection toolbars. Pin
Member 20417-Mar-00 18:05
Member 20417-Mar-00 18:05 
QuestionHow to get hardware information in Windows Pin
Santosh Rao6-Mar-00 1:21
Santosh Rao6-Mar-00 1:21 
GeneralHTML Pin
codeWarrior28-Feb-00 8:09
codeWarrior28-Feb-00 8:09 
QuestionTree Control that expands upwards??? Pin
Jeremy Davis24-Feb-00 22:18
Jeremy Davis24-Feb-00 22:18 
AnswerRe: Tree Control that expands upwards??? Pin
HuwDavid26-Sep-00 4:36
HuwDavid26-Sep-00 4:36 
GeneralDoDragDrop without MFC Pin
Andreas16-Feb-00 3:23
Andreas16-Feb-00 3:23 
GeneralSample codes of SEARCH function in VC++..pls Pin
Anonymous10-Feb-00 16:58
suss Anonymous10-Feb-00 16:58 
GeneralRE: Sample codes of SEARCH function in VC++..pls Pin
Andreas16-Feb-00 3:31
Andreas16-Feb-00 3:31 
==================
The original message was:

I'm urgently searching for the sample codes of SEARCH function written in VC++.. hope that someone can help me on this....thanks..



Take a look at strstr()

char hello[1234];
strcpy(hello,"My name is Andreas and i am a programmer");

char *pnt;
pnt=strstr(hello,"Andreas");
int len=pnt-hello;
char space[100];
::MessageBox(0,_itoa(len,space,10),"Found at",0);
GeneralInside MAPI - or any MAPI source... Pin
Jason Hattingh4-Feb-00 0:16
sussJason Hattingh4-Feb-00 0:16 
GeneralRE: Inside MAPI - or any MAPI source... Pin
Jeremy Davis24-Feb-00 22:16
Jeremy Davis24-Feb-00 22:16 
GeneralRe: Inside MAPI - or any MAPI source... Pin
Andrew3-Jun-00 4:22
Andrew3-Jun-00 4:22 
GeneralAccessing Mouse Sensitivity Pin
Anonymous1-Feb-00 4:03
suss Anonymous1-Feb-00 4:03 
GeneralIPX and CSocket Pin
Topher30-Jan-00 12:57
Topher30-Jan-00 12:57 
GeneralLayer Window Impl on 98 Pin
Eric Crahen21-Jan-00 15:55
Eric Crahen21-Jan-00 15:55 
GeneralRE: Layer Window Impl on 98 Pin
Erik Thompson24-Jan-00 16:14
sitebuilderErik Thompson24-Jan-00 16:14 
GeneralCWnd & CDC Pin
Ivan A. Fotan21-Jan-00 1:21
Ivan A. Fotan21-Jan-00 1:21 
GeneralAnyone got SHGetFileInfo with Windows CE Pin
Bruce Hearder19-Jan-00 20:34
Bruce Hearder19-Jan-00 20:34 
GeneralButton like the File-Open button in Word2000 Pin
Jeremy Davis19-Jan-00 3:58
Jeremy Davis19-Jan-00 3:58 
GeneralRE: Button like the File-Open button in Word2000 Pin
Norm Almond25-Jan-00 1:33
sussNorm Almond25-Jan-00 1:33 
GeneralRE: Button like the File-Open button in Word2000 Pin
Stas Levin31-Jan-00 13:13
Stas Levin31-Jan-00 13:13 
QuestionSource code to access Netscape's registry format nsreg.dat? Pin
Anonymous17-Jan-00 7:18
suss Anonymous17-Jan-00 7:18 
AnswerRE: Source code to access Netscape's registry format nsreg.dat? Pin
Brian V. Shifrin25-Jan-00 0:36
sussBrian V. Shifrin25-Jan-00 0:36 
AnswerRE: Source code to access Netscape's registry format nsreg.dat? Pin
Brian V. Shifrin25-Jan-00 0:41
sussBrian V. Shifrin25-Jan-00 0:41 
GeneralSending Formatted text through MAPI Pin
Eli Vingot17-Jan-00 2:42
sussEli Vingot17-Jan-00 2:42 
GeneralRE: Sending Formatted text through MAPI Pin
willi wacker7-Mar-00 20:48
willi wacker7-Mar-00 20:48 

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.