Click here to Skip to main content
15,922,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Adjusting the size of the page in the property sheet Pin
Nelek19-Sep-07 20:18
protectorNelek19-Sep-07 20:18 
GeneralRe: Adjusting the size of the page in the property sheet Pin
Nishad S19-Sep-07 20:32
Nishad S19-Sep-07 20:32 
GeneralRe: Adjusting the size of the page in the property sheet Pin
Nelek19-Sep-07 22:02
protectorNelek19-Sep-07 22:02 
GeneralRe: Adjusting the size of the page in the property sheet Pin
Nishad S19-Sep-07 22:23
Nishad S19-Sep-07 22:23 
GeneralRe: Adjusting the size of the page in the property sheet Pin
Nelek20-Sep-07 4:06
protectorNelek20-Sep-07 4:06 
GeneralRe: Adjusting the size of the page in the property sheet Pin
David Crow20-Sep-07 2:29
David Crow20-Sep-07 2:29 
GeneralRe: Adjusting the size of the page in the property sheet Pin
Nishad S20-Sep-07 18:49
Nishad S20-Sep-07 18:49 
QuestionRe: Adjusting the size of the page in the property sheet Pin
David Crow21-Sep-07 2:41
David Crow21-Sep-07 2:41 
AnswerRe: Adjusting the size of the page in the property sheet Pin
Nishad S21-Sep-07 23:52
Nishad S21-Sep-07 23:52 
GeneralRe: Adjusting the size of the page in the property sheet Pin
David Crow22-Sep-07 16:35
David Crow22-Sep-07 16:35 
Question[PacketSniffing] Tcp packet ordering and SIO_RCVALL. Pin
ioctl5119-Sep-07 1:08
ioctl5119-Sep-07 1:08 
Questionhow to put blank line in Excel Pin
tunminhein19-Sep-07 0:44
tunminhein19-Sep-07 0:44 
AnswerRe: how to put blank line in Excel Pin
David Crow19-Sep-07 2:46
David Crow19-Sep-07 2:46 
GeneralRe: how to put blank line in Excel Pin
tunminhein19-Sep-07 3:28
tunminhein19-Sep-07 3:28 
GeneralRe: how to put blank line in Excel Pin
David Crow19-Sep-07 3:31
David Crow19-Sep-07 3:31 
GeneralRe: how to put blank line in Excel Pin
tunminhein19-Sep-07 3:45
tunminhein19-Sep-07 3:45 
GeneralRe: how to put blank line in Excel Pin
tunminhein19-Sep-07 4:23
tunminhein19-Sep-07 4:23 
GeneralRe: how to put blank line in Excel Pin
David Crow19-Sep-07 5:31
David Crow19-Sep-07 5:31 
GeneralRe: how to put blank line in Excel Pin
tunminhein19-Sep-07 5:40
tunminhein19-Sep-07 5:40 
GeneralRe: how to put blank line in Excel Pin
David Crow19-Sep-07 5:50
David Crow19-Sep-07 5:50 
GeneralRe: how to put blank line in Excel Pin
tunminhein19-Sep-07 5:56
tunminhein19-Sep-07 5:56 
GeneralRe: how to put blank line in Excel Pin
David Crow19-Sep-07 6:03
David Crow19-Sep-07 6:03 
GeneralRe: how to put blank line in Excel Pin
tunminhein19-Sep-07 6:20
tunminhein19-Sep-07 6:20 
I haven't known yet how to put the previous date data to last_time.

but I tried it that u advice's coding.

here we are,

time_t osBinaryTime;
time(&osBinaryTime);
CTime now(osBinaryTime);
CString strTime = now.Format(_T("%d/%m/%y "));
CString strClock = now.Format (_T(" %H:%M:%S"));
/* CString last_time = strTime.Format (_T("%d/%m/%y "));
//
Cstring str;
if (last_time != strTime){
//m_file.WriteString(_T("\n"));
str.Format(_T("%s, %s, %s, %s, %3.0lf%%, %s , %s\n"), lesson, s, sentence, attempt, score, strTime,StrClock);
m_file.WriteString (str);
)*/

but i got error on the CSting last_time = strTime.format(_T(" %d/%m/%y"));

I'm a beginner in the MFC application. I really sorry u, if u got any inconvience.

Smile | :)
thanks again.
GeneralRe: how to put blank line in Excel Pin
David Crow19-Sep-07 6:55
David Crow19-Sep-07 6:55 
GeneralRe: how to put blank line in Excel Pin
tunminhein23-Sep-07 11:54
tunminhein23-Sep-07 11:54 

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.