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

C / C++ / MFC

 
GeneralRe: How to write to file from other program Pin
ThatsAlok4-May-08 23:49
ThatsAlok4-May-08 23:49 
AnswerRe: How to write to file from other program Pin
Nitheesh George4-May-08 23:12
Nitheesh George4-May-08 23:12 
AnswerRe: How to write to file from other program Pin
ThatsAlok4-May-08 23:47
ThatsAlok4-May-08 23:47 
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 
Hi
I am using this structure and getting the MailPath and Attachment name
/////////////////////////////////////////////////////////////
struct loginInfo
{

ACL_STATUS status;
ACL_STRUCT_INFO *ACL_INFO;
ACL_STRUCT_MBUSERS_MAIL *ACL_STMAIL;
ACL_STRUCT_MBUSERS *ACL_MBUSERS;
// ACL_STRUCT_MBUSERS_INFO ACL_MBUSER_INFO;
};

loginInfo *linfo = (loginInfo*)dummy;
linfo->ACL_INFO=new ACL_STRUCT_INFO;
linfo->ACL_STMAIL=new ACL_STRUCT_MBUSERS_MAIL[MAX_MAIL_COUNT];
linfo->ACL_MBUSERS=new ACL_STRUCT_MBUSERS[MAX_MAILBOX_COUNT];

//////////////////////////////////////////////////////////////////////////
Now i am getting result as

////////////////////////////////////////
printf("Path of the mail is %s\n",linfo->ACL_STMAIL[y].cMBUserMailPath);
printf(,"\n%s Attachment Found\n",linfo->ACL_STMAIL[y].cMBUserMailAttachFile);
///////////////////////////////////////////


OutPut is
///////////////////////
linfo->ACL_STMAIL[y].cMBUserMailPath = "http://test/sharan/inbox/wel.xml"

linfo->ACL_STMAIL[y].cMBUserMailAttachFile)=#Sample.jpg#TSXGMP850_EN_V10.pdf
/////////////////////////////
Requuirement
///////////////////
First i want to get the "#" sign from attachments separate the attachment file
1)Sample.jpg
2)TSXGMP850_EN_V10.pdf
////////////////////
I hope u understood me ..plz help me

thank you
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

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 
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 

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.