Click here to Skip to main content
15,902,830 members

Comments by Member 10865412 (Top 7 by date)

Member 10865412 6-Jun-14 1:59am View    
mm...my question like before , i am really don't know how to write this code
Member 10865412 6-Jun-14 0:12am View    
no,,, not yet

i don't know how can i do ...

debug always error .........

can u give me others reply..? please help me >"<

i can send my code for you with email..

this is mine . ( dangerlover9403@gmail.com )

can you send a mail for me first ?
let i will send back soon >"<
thank you for your reply
Member 10865412 5-Jun-14 22:28pm View    
for(int i=0;i
Member 10865412 5-Jun-14 22:28pm View    
it's like this one????

CString csOutput;


//csOutput.Format(L"0x%02x 0x%02x 0x%02x 0x%02x", buf[0], buf[1],buf[2],buf[3]);
//GetDlgItem(IDC_EDIT1)->SetWindowText(csOutput);
buffcount=File.Read(buf, 256);

for(int i=0;i
Member 10865412 5-Jun-14 5:28am View    
CString csOutput;

csOutput.Format(L"0x%02x 0x%02x 0x%02x 0x%02x", buf[0], buf[1],buf[2],buf[3]);
GetDlgItem(IDC_EDIT1)->SetWindowText(csOutput);

delete [] buf;

}