Click here to Skip to main content
15,898,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: SHChangeNotifyRegister notification Pin
David Crow2-Sep-05 8:49
David Crow2-Sep-05 8:49 
GeneralRe: SHChangeNotifyRegister notification Pin
ragavan2-Sep-05 18:39
ragavan2-Sep-05 18:39 
GeneralRe: SHChangeNotifyRegister notification Pin
David Crow6-Sep-05 2:52
David Crow6-Sep-05 2:52 
QuestionFile Search Pin
bugDanny2-Sep-05 4:14
bugDanny2-Sep-05 4:14 
AnswerRe: File Search Pin
Cedric Moonen2-Sep-05 4:24
Cedric Moonen2-Sep-05 4:24 
QuestionRe: File Search Pin
bugDanny2-Sep-05 5:06
bugDanny2-Sep-05 5:06 
AnswerRe: File Search Pin
David Crow2-Sep-05 8:54
David Crow2-Sep-05 8:54 
AnswerRe: File Search Pin
Gary R. Wheeler3-Sep-05 2:54
Gary R. Wheeler3-Sep-05 2:54 
The order you see is dependant upon the underlying file system. For NTFS, you will generally see the files in alphabetical order by name. For FAT32, it's in 'directory' order, which is generally the order in which the files were added to the directory.

bugDanny wrote:
Is the finder possibly interfering with opening the file?

Doubtful. Try debugging your examine.open function with a hand-entered, known good file path.


Software Zen: delete this;
QuestionContext Help whit several tabs fails Pin
Heyerdahl2-Sep-05 4:01
Heyerdahl2-Sep-05 4:01 
Questionsafearray access violation VBA to C++ Pin
Rimcon2-Sep-05 3:59
Rimcon2-Sep-05 3:59 
AnswerRe: safearray access violation VBA to C++ Pin
Branislav3-Sep-05 21:19
Branislav3-Sep-05 21:19 
QuestionEdit Box Style For 3D Look Pin
IndianOcean2-Sep-05 3:59
IndianOcean2-Sep-05 3:59 
AnswerRe: Edit Box Style For 3D Look Pin
PJ Arends2-Sep-05 8:42
professionalPJ Arends2-Sep-05 8:42 
GeneralRe: Edit Box Style For 3D Look Pin
IndianOcean4-Sep-05 21:45
IndianOcean4-Sep-05 21:45 
GeneralRe: Edit Box Style For 3D Look Pin
PJ Arends4-Sep-05 22:00
professionalPJ Arends4-Sep-05 22:00 
GeneralRe: Edit Box Style For 3D Look Pin
IndianOcean4-Sep-05 22:15
IndianOcean4-Sep-05 22:15 
GeneralRe: Edit Box Style For 3D Look Pin
PJ Arends4-Sep-05 22:25
professionalPJ Arends4-Sep-05 22:25 
Questionvc++ Pin
amitesh29112-Sep-05 3:59
sussamitesh29112-Sep-05 3:59 
AnswerRe: vc++ Pin
David Crow2-Sep-05 8:55
David Crow2-Sep-05 8:55 
Questionvc++ Pin
amitesh29112-Sep-05 3:58
sussamitesh29112-Sep-05 3:58 
QuestionMFC Application - Document handling Pin
KSMANN2-Sep-05 3:51
KSMANN2-Sep-05 3:51 
AnswerRe: MFC Application - Document handling Pin
Roger Allen2-Sep-05 6:44
Roger Allen2-Sep-05 6:44 
AnswerRe: MFC Application - Document handling Pin
ThatsAlok2-Sep-05 19:28
ThatsAlok2-Sep-05 19:28 
QuestionLoading Dll and calling class's methods Pin
Bernard382-Sep-05 3:38
Bernard382-Sep-05 3:38 
AnswerRe: Loading Dll and calling class's methods Pin
Cedric Moonen2-Sep-05 3:49
Cedric Moonen2-Sep-05 3:49 

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.