Click here to Skip to main content
15,889,034 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Modify Registry Key Pin
Hamid_RT15-Sep-08 19:54
Hamid_RT15-Sep-08 19:54 
GeneralRe: Modify Registry Key Pin
john563215-Sep-08 20:23
john563215-Sep-08 20:23 
GeneralRe: Modify Registry Key Pin
Naveen15-Sep-08 20:56
Naveen15-Sep-08 20:56 
GeneralRe: Modify Registry Key Pin
john563215-Sep-08 21:10
john563215-Sep-08 21:10 
GeneralRe: Modify Registry Key Pin
Rane15-Sep-08 23:52
Rane15-Sep-08 23:52 
GeneralRe: Modify Registry Key Pin
David Crow16-Sep-08 4:19
David Crow16-Sep-08 4:19 
QuestionReading files datewise feom a directory in c++ Pin
Haneeshkb15-Sep-08 19:27
Haneeshkb15-Sep-08 19:27 
AnswerRe: Reading files datewise feom a directory in c++ Pin
_AnsHUMAN_ 15-Sep-08 20:39
_AnsHUMAN_ 15-Sep-08 20:39 
Don't know of an API that would do this directly, but here is one approach:
1. Use WIN32_FIND_DATA to get the creation date/time.
2. Maintain a structure of some sort that would store the name and creation date/time of the file.(You can get this by using FindFirstFile/FindNextFile)
3. Sort the structure in any order now based on time/date of file creation.
Hope this helps or you can wait for someone else to answer your query Smile | :)

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

QuestionEasier way to add an interface? Pin
George_George15-Sep-08 19:22
George_George15-Sep-08 19:22 
AnswerRe: Easier way to add an interface? Pin
_AnsHUMAN_ 15-Sep-08 20:29
_AnsHUMAN_ 15-Sep-08 20:29 
GeneralRe: Easier way to add an interface? Pin
George_George15-Sep-08 20:34
George_George15-Sep-08 20:34 
QuestionExecute several tasks simultaneity question Pin
tomarrow15-Sep-08 19:17
tomarrow15-Sep-08 19:17 
AnswerRe: Execute several tasks simultaneity question Pin
Hamid_RT15-Sep-08 20:05
Hamid_RT15-Sep-08 20:05 
GeneralRe: Execute several tasks simultaneity question Pin
tomarrow17-Sep-08 23:25
tomarrow17-Sep-08 23:25 
GeneralRe: Execute several tasks simultaneity question Pin
Hamid_RT18-Sep-08 1:54
Hamid_RT18-Sep-08 1:54 
AnswerRe: Execute several tasks simultaneity question Pin
_AnsHUMAN_ 15-Sep-08 20:47
_AnsHUMAN_ 15-Sep-08 20:47 
AnswerRe: Execute several tasks simultaneity question Pin
David Crow16-Sep-08 4:23
David Crow16-Sep-08 4:23 
QuestionTesting Tool for Testing MFC(VC++) Application Pin
varun0115-Sep-08 18:40
varun0115-Sep-08 18:40 
AnswerRe: Testing Tool for Testing MFC(VC++) Application Pin
Hamid_RT15-Sep-08 19:58
Hamid_RT15-Sep-08 19:58 
QuestionHow to disable "Windows + F1" in Windows? Pin
Mohammad Khodaea15-Sep-08 18:22
Mohammad Khodaea15-Sep-08 18:22 
AnswerRe: How to disable "Windows + F1" in Windows? [modified] why 1!!! Pin
Hamid_RT15-Sep-08 20:01
Hamid_RT15-Sep-08 20:01 
GeneralRe: How to disable "Windows + F1" in Windows? Pin
Mohammad Khodaea15-Sep-08 20:27
Mohammad Khodaea15-Sep-08 20:27 
GeneralRe: How to disable "Windows + F1" in Windows? Pin
Hamid_RT15-Sep-08 20:46
Hamid_RT15-Sep-08 20:46 
GeneralRe: How to disable "Windows + F1" in Windows? Pin
Mohammad Khodaea15-Sep-08 21:39
Mohammad Khodaea15-Sep-08 21:39 
GeneralRe: why 1!!! Pin
toxcct15-Sep-08 21:23
toxcct15-Sep-08 21:23 

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.