Click here to Skip to main content
16,006,605 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sort by MailDates Pin
Rajesh R Subramanian20-Jun-08 2:07
professionalRajesh R Subramanian20-Jun-08 2:07 
QuestionIs it possible to change the environment of a process? Pin
div!sion20-Jun-08 0:14
div!sion20-Jun-08 0:14 
AnswerRe: Is it possible to change the environment of a process? Pin
KarstenK20-Jun-08 0:26
mveKarstenK20-Jun-08 0:26 
AnswerRe: Is it possible to change the environment of a process? Pin
Hamid_RT20-Jun-08 0:36
Hamid_RT20-Jun-08 0:36 
GeneralRe: Is it possible to change the environment of a process? Pin
div!sion20-Jun-08 1:10
div!sion20-Jun-08 1:10 
AnswerRe: Is it possible to change the environment of a process? Pin
Randor 20-Jun-08 4:08
professional Randor 20-Jun-08 4:08 
GeneralRe: Is it possible to change the environment of a process? Pin
div!sion20-Jun-08 4:42
div!sion20-Jun-08 4:42 
QuestionSort by MailDates Pin
manju#12320-Jun-08 0:13
manju#12320-Jun-08 0:13 
Hi all.
See i am reading certain mails i want to sort them by mailDate in Decresing order...and write into xml..

Now i am reading the mail as it is and writing into xml file...

how i can compare it and write so it will be in ascending order..


for(int y=0; y<(linfo->ACL_STMAIL[0].iMBUserMailCount); y++) 							

								{						
									
									_tprintf("\nMails found between %s date and %s date\n",linfo->sStDate,linfo->sEndDate);					 									 
									mailDatee = linfo->ACL_STMAIL[y].cMBUserMailDate;
									mailDatee.Remove('/');										
									if(linfo->ACL_STMAIL[y].bMBUserMailHasAttachment)
									{
										//FileExt = strtok_s(string,"* ,",context);
											
										AttachCount=linfo->ACL_STMAIL[y].iMBUserMailAttachFileCount;	
										for(int i = 0;i < (linfo->ACL_STMAIL[y].iMBUserMailAttachFileCount); i++)
										{
                                          											elementName [0] = "NAME";
											elementValue[0] = linfo->ACL_STMAIL[y].cMBUserMailFromName;
											elementName [1] = "EMAIl";
											elementValue[1] = linfo->ACL_STMAIL[y].cMBUserMailFromEmail;
											elementName [2] = "DATE";
											elementValue[2] = mailDatee;
											elementName [3] = "TITLE";
											elementValue[3] = linfo->ACL_STMAIL[y].cMBUserMailSubject;
											elementName [4] = "BODY";
											elementValue[4] = linfo->ACL_STMAIL[y].cMBUserMailTextDesc;


Hi..
I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++
manju

QuestionCompare two date Pin
manju#12319-Jun-08 23:24
manju#12319-Jun-08 23:24 
AnswerRe: Compare two date Pin
Rajesh R Subramanian19-Jun-08 23:37
professionalRajesh R Subramanian19-Jun-08 23:37 
AnswerRe: Compare two date Pin
Hamid_RT20-Jun-08 0:40
Hamid_RT20-Jun-08 0:40 
AnswerRe: Compare two date Pin
CPallini20-Jun-08 2:36
mveCPallini20-Jun-08 2:36 
QuestionHow can i change style of static text control caption in ATL? Pin
sumit.durg19-Jun-08 22:57
sumit.durg19-Jun-08 22:57 
AnswerREPOST! Please report the message. Pin
Rajesh R Subramanian19-Jun-08 23:00
professionalRajesh R Subramanian19-Jun-08 23:00 
GeneralRe: REPOST! Please report the message. Pin
sumit.durg19-Jun-08 23:57
sumit.durg19-Jun-08 23:57 
GeneralRe: REPOST! Please report the message. Pin
Rajesh R Subramanian20-Jun-08 0:06
professionalRajesh R Subramanian20-Jun-08 0:06 
AnswerRe: How can i change style of static text control caption in ATL? Pin
Hamid_RT20-Jun-08 0:44
Hamid_RT20-Jun-08 0:44 
QuestionVC++ Pin
sreedevi kolli19-Jun-08 22:56
sreedevi kolli19-Jun-08 22:56 
AnswerRe: VC++ [modified] Pin
Nibu babu thomas19-Jun-08 23:06
Nibu babu thomas19-Jun-08 23:06 
QuestionCopy directory Pin
kindaichinisan19-Jun-08 22:01
kindaichinisan19-Jun-08 22:01 
AnswerRe: Copy directory Pin
Hamid_RT19-Jun-08 22:06
Hamid_RT19-Jun-08 22:06 
Questiondll export Pin
shakumar_2219-Jun-08 21:11
shakumar_2219-Jun-08 21:11 
AnswerRe: dll export Pin
CPallini19-Jun-08 21:19
mveCPallini19-Jun-08 21:19 
QuestionLow-pass filter questions Pin
jeremie.delaitre19-Jun-08 20:36
jeremie.delaitre19-Jun-08 20:36 
GeneralRe: Low-pass filter questions Pin
CPallini19-Jun-08 21:09
mveCPallini19-Jun-08 21:09 

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.