Click here to Skip to main content
16,004,458 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: COM problem Pin
Joaquín M López Muñoz28-Jan-02 5:42
Joaquín M López Muñoz28-Jan-02 5:42 
GeneralRe: COM problem Pin
Not Active28-Jan-02 8:45
mentorNot Active28-Jan-02 8:45 
GeneralRe: COM problem Pin
30-Jan-02 3:10
suss30-Jan-02 3:10 
GeneralDeleting and Enum directories Pin
Stan the man28-Jan-02 4:49
Stan the man28-Jan-02 4:49 
GeneralRe: Deleting and Enum directories Pin
567890123428-Jan-02 4:54
567890123428-Jan-02 4:54 
GeneralRe: Deleting and Enum directories Pin
Carlos Antollini28-Jan-02 5:10
Carlos Antollini28-Jan-02 5:10 
GeneralRe: Deleting and Enum directories Pin
Stan the man28-Jan-02 5:30
Stan the man28-Jan-02 5:30 
GeneralRe: Deleting and Enum directories Pin
Carlos Antollini28-Jan-02 5:44
Carlos Antollini28-Jan-02 5:44 
It's correct. Always you will find first "." then ".." and then the directoryes and the files.... Those marks are Dots. Are pointers to the Previous directory....
See under DOS. Make Dir *.* in a subdirectory not in C:\

If you want to find files in each FindNext you must to exclude the dots and the directoys

If(!pFind.IsDot() && !pFind.IsDirectory())
{
....
}



Best Regards

"A good programmer is someone who looks both ways before crossing a one-way street."

Carlos Antollini.
Sonork ID 100.10529 cantollini
GeneralRe: Deleting and Enum directories Pin
pba_28-Jan-02 5:49
pba_28-Jan-02 5:49 
GeneralOpenGL Pin
Rajveer28-Jan-02 4:15
Rajveer28-Jan-02 4:15 
GeneralRe: OpenGL Pin
Jamie Hale28-Jan-02 4:56
Jamie Hale28-Jan-02 4:56 
GeneralEdit box behaving strangely Pin
Fredrik Skog28-Jan-02 3:59
Fredrik Skog28-Jan-02 3:59 
GeneralRe: Edit box behaving strangely Pin
Joaquín M López Muñoz28-Jan-02 4:18
Joaquín M López Muñoz28-Jan-02 4:18 
GeneralRe: Edit box behaving strangely Pin
HintiFlo28-Jan-02 4:19
HintiFlo28-Jan-02 4:19 
GeneralAdd MFC support to Win32 Dll Pin
567890123428-Jan-02 3:51
567890123428-Jan-02 3:51 
GeneralRe: Add MFC support to Win32 Dll Pin
Joaquín M López Muñoz28-Jan-02 4:01
Joaquín M López Muñoz28-Jan-02 4:01 
GeneralRe: Add MFC support to Win32 Dll Pin
567890123428-Jan-02 4:51
567890123428-Jan-02 4:51 
GeneralRe: Add MFC support to Win32 Dll Pin
Joaquín M López Muñoz28-Jan-02 5:04
Joaquín M López Muñoz28-Jan-02 5:04 
GeneralRe: Add MFC support to Win32 Dll Pin
567890123428-Jan-02 19:44
567890123428-Jan-02 19:44 
GeneralActiveX Controls Events Pin
Abdiel Jaramillo28-Jan-02 3:49
Abdiel Jaramillo28-Jan-02 3:49 
GeneralRe: ActiveX Controls Events Pin
28-Jan-02 3:58
suss28-Jan-02 3:58 
GeneralRe: ActiveX Controls Events Pin
Abdiel Jaramillo28-Jan-02 4:10
Abdiel Jaramillo28-Jan-02 4:10 
GeneralRe: ActiveX Controls Events Pin
Michael P Butler28-Jan-02 5:07
Michael P Butler28-Jan-02 5:07 
GeneralRe: ActiveX Controls Events Pin
Bill Wilson28-Jan-02 7:22
Bill Wilson28-Jan-02 7:22 
GeneralScrolling problem Pin
Jeje28-Jan-02 2:58
Jeje28-Jan-02 2:58 

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.