Click here to Skip to main content
15,911,762 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to use OnTimer in modeless Dialog? Pin
hanlei00000000094-May-08 22:15
hanlei00000000094-May-08 22:15 
AnswerRe: How to use OnTimer in modeless Dialog? Pin
Cedric Moonen4-May-08 22:31
Cedric Moonen4-May-08 22:31 
AnswerRe: How to use OnTimer in modeless Dialog? Pin
Rajkumar R4-May-08 22:33
Rajkumar R4-May-08 22:33 
AnswerRe: How to use OnTimer in modeless Dialog? Pin
ThatsAlok4-May-08 23:48
ThatsAlok4-May-08 23:48 
QuestionSeparet two strings Pin
sharanu4-May-08 21:35
sharanu4-May-08 21:35 
AnswerRe: Separet two strings Pin
Rajkumar R4-May-08 21:48
Rajkumar R4-May-08 21:48 
AnswerRe: Separet two strings Pin
CPallini4-May-08 21:51
mveCPallini4-May-08 21:51 
GeneralRe: Separet two strings Pin
sharanu4-May-08 23:33
sharanu4-May-08 23:33 
Hi..
I am having
My code
///////////////////////////////
CString MailPath,strMailPath,Attachment;
MailPath = linfo->ACL_STMAIL[y].cMBUserMailPath;
fprintf(stderr,"\nPath of the mail is %s\n",MailPath);
Attachment = linfo->ACL_STMAIL[y].cMBUserMailAttachFile;
fprintf(stderr,"\n%s Attachment Found\n",Attachment);
getchar();
strMailPath = Attachment.Right(MailPath.Find("#"));

printf("new %s attachment",strMailPath);
getchar();
//////////////////////////////////////

See actually Attachment has
#Sample.jpg#TSXGMP850_EN_V10.pdf

I want to separate sample.jpz in one string
and TSXGMP850_EN_V10.pdf in another string..

i am trying the above code.
plz help me

sharan

Hi,,
I am sharan.Working as a software Engineer in Indo-Fuji Software Company located in BTM Layout.Bangalore.India.
I have Completed my B.E(COmputers)in 2006.ANd I am having 2 years of Exp in VC++.
thanking you
sharan

GeneralRe: Separet two strings Pin
ThatsAlok4-May-08 23:50
ThatsAlok4-May-08 23:50 
GeneralRe: Separet two strings Pin
Rajkumar R4-May-08 23:53
Rajkumar R4-May-08 23:53 
GeneralRe: Separet two strings Pin
ThatsAlok5-May-08 2:34
ThatsAlok5-May-08 2:34 
GeneralRe: Separet two strings Pin
Rajkumar R5-May-08 3:04
Rajkumar R5-May-08 3:04 
GeneralRe: Separet two strings Pin
ThatsAlok5-May-08 3:46
ThatsAlok5-May-08 3:46 
GeneralRe: Separet two strings Pin
Rajkumar R5-May-08 3:59
Rajkumar R5-May-08 3:59 
GeneralRe: Separet two strings Pin
CPallini5-May-08 0:16
mveCPallini5-May-08 0:16 
GeneralRe: Separet two strings Pin
ThatsAlok5-May-08 3:20
ThatsAlok5-May-08 3:20 
GeneralRe: Separet two strings Pin
CPallini4-May-08 23:52
mveCPallini4-May-08 23:52 
GeneralRe: Separet two strings Pin
Rajesh R Subramanian5-May-08 0:02
professionalRajesh R Subramanian5-May-08 0:02 
GeneralRe: Separet two strings Pin
CPallini5-May-08 0:18
mveCPallini5-May-08 0:18 
GeneralRe: Separet two strings Pin
Rajesh R Subramanian5-May-08 0:38
professionalRajesh R Subramanian5-May-08 0:38 
JokeRe: Separet two strings Pin
CPallini5-May-08 1:03
mveCPallini5-May-08 1:03 
GeneralRe: Separet two strings Pin
Rajesh R Subramanian5-May-08 1:13
professionalRajesh R Subramanian5-May-08 1:13 
GeneralRe: Separet two strings Pin
sharanu5-May-08 0:27
sharanu5-May-08 0:27 
GeneralRe: Separet two strings Pin
CPallini5-May-08 0:35
mveCPallini5-May-08 0:35 
GeneralRe: Separet two strings Pin
sharanu5-May-08 0:40
sharanu5-May-08 0:40 

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.