Click here to Skip to main content
15,910,872 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CList Pin
Marc Soleda2-Aug-05 3:38
Marc Soleda2-Aug-05 3:38 
GeneralRe: CList Pin
Maximilien2-Aug-05 3:18
Maximilien2-Aug-05 3:18 
GeneralRe: CList Pin
Smith#2-Aug-05 3:43
Smith#2-Aug-05 3:43 
GeneralRe: CList Pin
David Crow2-Aug-05 3:51
David Crow2-Aug-05 3:51 
GeneralRe: CList Pin
BadKarma2-Aug-05 3:54
BadKarma2-Aug-05 3:54 
GeneralRe: CList Pin
Smith#2-Aug-05 5:36
Smith#2-Aug-05 5:36 
GeneralConverting FILETIME to CString Pin
BicycleTheif2-Aug-05 2:45
BicycleTheif2-Aug-05 2:45 
GeneralRe: Converting FILETIME to CString Pin
Marc Soleda2-Aug-05 3:13
Marc Soleda2-Aug-05 3:13 
Using FileTimeToSystemTime[^] you have a SYSTEMTIME var with all the info:

From msdn:[^]
<br />
FILETIME ftCreate, ftAccess, ftWrite;<br />
SYSTEMTIME stUTC, stLocal;<br />
LPTSTR lpszString;<br />
<br />
// Retrieve the file times for the file.<br />
GetFileTime(hFile, &ftCreate, &ftAccess, &ftWrite)<br />
FileTimeToSystemTime(&ftWrite, &stUTC);<br />
wsprintf(lpszString, TEXT("%02d/%02d/%d  %02d:%02d"),<br />
        stLocal.wMonth, stLocal.wDay, stLocal.wYear,<br />
        stLocal.wHour, stLocal.wMinute);<br />


Marc Soleda.


... she said you are the perfect stranger she said baby let's keep it like this... Tunnel of Love, Dire Straits.
GeneralCMenu Pin
dexy-2-Aug-05 2:23
dexy-2-Aug-05 2:23 
GeneralRe: CMenu Pin
dexy-2-Aug-05 2:54
dexy-2-Aug-05 2:54 
GeneralRe: CMenu Pin
BadKarma2-Aug-05 3:44
BadKarma2-Aug-05 3:44 
GeneralRe: CMenu Pin
toxcct2-Aug-05 20:53
toxcct2-Aug-05 20:53 
GeneralRe: CMenu Pin
dexy-2-Aug-05 22:23
dexy-2-Aug-05 22:23 
GeneralReading text from AfxWnd42s Window Pin
Gochha2-Aug-05 2:00
Gochha2-Aug-05 2:00 
GeneralFlashing button on Toolbar Pin
si_692-Aug-05 0:35
si_692-Aug-05 0:35 
GeneralRe: Flashing button on Toolbar Pin
khan++2-Aug-05 1:26
khan++2-Aug-05 1:26 
GeneralCString Pin
Smith#1-Aug-05 23:43
Smith#1-Aug-05 23:43 
GeneralRe: CString Pin
Ritu Kwatra1-Aug-05 23:51
Ritu Kwatra1-Aug-05 23:51 
GeneralRe: CString Pin
BadKarma1-Aug-05 23:59
BadKarma1-Aug-05 23:59 
GeneralRe: CString Pin
Smith#2-Aug-05 0:20
Smith#2-Aug-05 0:20 
GeneralRe: CString Pin
Marc Soleda2-Aug-05 0:01
Marc Soleda2-Aug-05 0:01 
GeneralRe: CString Pin
Smith#2-Aug-05 5:49
Smith#2-Aug-05 5:49 
GeneralRe: CString Pin
Marc Soleda2-Aug-05 6:02
Marc Soleda2-Aug-05 6:02 
Generaldesktop sharing Pin
_tasleem1-Aug-05 23:23
_tasleem1-Aug-05 23:23 
GeneralRe: desktop sharing Pin
Marc Soleda1-Aug-05 23:43
Marc Soleda1-Aug-05 23:43 

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.