Click here to Skip to main content
15,891,657 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWant to make buttons that can't get focus Pin
ohadp13-Jan-04 21:51
ohadp13-Jan-04 21:51 
GeneralRe: Want to make buttons that can't get focus Pin
Rob Manderson13-Jan-04 22:47
protectorRob Manderson13-Jan-04 22:47 
GeneralRe: Want to make buttons that can't get focus Pin
ohadp13-Jan-04 22:54
ohadp13-Jan-04 22:54 
GeneralRe: Want to make buttons that can't get focus Pin
Rob Manderson13-Jan-04 23:00
protectorRob Manderson13-Jan-04 23:00 
GeneralRe: Want to make buttons that can't get focus Pin
ohadp13-Jan-04 23:35
ohadp13-Jan-04 23:35 
GeneralGet time of a file Pin
Cedric Moonen13-Jan-04 20:37
Cedric Moonen13-Jan-04 20:37 
GeneralRe: Get time of a file Pin
algol13-Jan-04 21:17
algol13-Jan-04 21:17 
GeneralRe: Get time of a file Pin
murali_utr13-Jan-04 21:20
murali_utr13-Jan-04 21:20 
Hi,
use this

CString CStrFileName;
CStrFileName = "c:\\temp\test.exe";
FILETIME ftCreate, ftModify;
CFileStatus m_FileStatus;
CFile::GetStatus(CStrFileName,m_FileStatus);

AfxTimeToFileTime(m_FileStatus.m_ctime, &ftCreate);
AfxTimeToFileTime(m_FileStatus.m_mtime, &ftModify);

Have A Nice Day
Murali.M
GeneralRe: Get time of a file Pin
Cedric Moonen13-Jan-04 21:25
Cedric Moonen13-Jan-04 21:25 
Generalhelp in MDI needed Pin
Ruchit Sharma13-Jan-04 20:32
Ruchit Sharma13-Jan-04 20:32 
GeneralRe: help in MDI needed Pin
Antti Keskinen14-Jan-04 1:08
Antti Keskinen14-Jan-04 1:08 
GeneralAnimate button Pin
Member 64882813-Jan-04 19:30
Member 64882813-Jan-04 19:30 
GeneralRe: Animate button Pin
ohadp13-Jan-04 21:41
ohadp13-Jan-04 21:41 
GeneralVirus Scanner Pin
fordge13-Jan-04 19:24
fordge13-Jan-04 19:24 
GeneralRe: Virus Scanner Pin
Alexander M.,14-Jan-04 4:05
Alexander M.,14-Jan-04 4:05 
GeneralRe: Virus Scanner Pin
David Crow14-Jan-04 5:09
David Crow14-Jan-04 5:09 
GeneralRe: Virus Scanner Pin
fordge14-Jan-04 12:46
fordge14-Jan-04 12:46 
GeneralRe: Virus Scanner Pin
David Crow15-Jan-04 3:34
David Crow15-Jan-04 3:34 
GeneralCHTTPFile SendRequest. Pin
murali_utr13-Jan-04 19:02
murali_utr13-Jan-04 19:02 
GeneralI Got it Pin
murali_utr13-Jan-04 21:23
murali_utr13-Jan-04 21:23 
GeneralRe: CHTTPFile SendRequest. Pin
22491713-Jan-04 21:29
22491713-Jan-04 21:29 
GeneralCFileDialog Pin
Member 80845913-Jan-04 17:28
Member 80845913-Jan-04 17:28 
GeneralRe: CFileDialog Pin
22491713-Jan-04 21:41
22491713-Jan-04 21:41 
GeneralRe: CFileDialog Pin
Christian Graus13-Jan-04 17:28
protectorChristian Graus13-Jan-04 17:28 
GeneralRe: CFileDialog Pin
TWS_Dave13-Jan-04 23:26
TWS_Dave13-Jan-04 23:26 

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.