Thank you. that helped me.
User 12497590
Posts
-
Internet Explorer -
Internet ExplorerCan i somehow get Version of Internet Explorer with mfc? Have anybody some code example?
-
CFileStatus m_mtime problemsI have solved the Problem with this: Retrieving the Last-Write Time (Windows)[^]
-
CFileStatus m_mtime problemsI have a little bit check files. Files that where modified round in period betwen November and April have time one hour later.
-
CFileStatus m_mtime problemsDo you have any idea how to fix this?
-
CFileStatus m_mtime problemsHy, i am using CFileStatus to get the date and time when the file was last modified. By some files time is one hour earlier or later, but only by some files? Does anybody have a clue why this happens?
cfile.GetStatus(m_filepaths[i], m_status);
Date=m_status.m_mtime.Format( "%d.%m.%Y %H:%M " );
-
DLL files from wmiwhen i am using wmi functions "SELECT * FROM Win32_Processor", can i somehow get dll files from which is that information loaded?