Click here to Skip to main content
15,888,315 members

Comments by P Uday kishore (Top 69 by date)

P Uday kishore 19-May-14 0:39am View    
am using vector.pushback to store the elements.
P Uday kishore 19-Mar-14 0:57am View    
it's MFC Web-browser control,
I passed HTML file path as input in navigate function it worked for me.
P Uday kishore 22-Jan-14 6:19am View    
CString cookies= _T("Thu 05 Dec 2013 15:10:23 GMT");

COleDateTime dtTimecookie;

dtTimecookie.Format(_T("%a %d %b %Y %X %Z"));
dtTimecookie.ParseDateTime(cookies);


int yy=dtTimecookie.GetYear();
int mm=dtTimecookie.GetMonth();
int dd=dtTimecookie.GetDay();
int hr=dtTimecookie.GetHour();
int min=dtTimecookie.GetMinute();
int sec=dtTimecookie.GetSecond();

CString dateStrcookie;
dateStrcookie.Format(_T("%d/%d/%d %d:%d:%d"),dd,mm,yy,hr,min,sec);
P Uday kishore 5-Nov-13 4:55am View    
path of what u need in edit control?????
P Uday kishore 28-Oct-13 7:18am View    
Not to a separate file,but i just wanted that selected item to be copied into clipboard.
Sorry if i didn't clear in my question.