Click here to Skip to main content
16,014,591 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionVC 7 coexisting with VC6, VC5? Pin
Jim A. Johnson3-Apr-02 7:44
Jim A. Johnson3-Apr-02 7:44 
AnswerRe: VC 7 coexisting with VC6, VC5? Pin
Mazdak3-Apr-02 7:46
Mazdak3-Apr-02 7:46 
AnswerRe: VC 7 coexisting with VC6, VC5? Pin
Giles3-Apr-02 7:53
Giles3-Apr-02 7:53 
Generalstrange sudden error Pin
Rajveer3-Apr-02 7:32
Rajveer3-Apr-02 7:32 
GeneralRe: strange sudden error Pin
Tim Smith3-Apr-02 7:51
Tim Smith3-Apr-02 7:51 
GeneralRe: strange sudden error Pin
Joaquín M López Muñoz3-Apr-02 7:46
Joaquín M López Muñoz3-Apr-02 7:46 
GeneralCFileFind Pin
Mazdak3-Apr-02 6:40
Mazdak3-Apr-02 6:40 
GeneralRe: CFileFind Pin
Roger Stewart3-Apr-02 7:09
professionalRoger Stewart3-Apr-02 7:09 
Look at the example for CFileFind::IsDirectory in MSDN. I believe it contains what you are looking for. Just change the filter that is passed to the FindFile function from

strWildcard += _T("\\*.*");

to

strWildcard += _T("\\*.doc");



Roger Stewart
"I Owe, I Owe, it's off to work I go..."

GeneralRe: CFileFind Pin
Mazdak3-Apr-02 7:40
Mazdak3-Apr-02 7:40 
GeneralRe: CFileFind Pin
Christian Graus3-Apr-02 9:44
protectorChristian Graus3-Apr-02 9:44 
Generali know this has to be a simple question. Pin
jafrazee3-Apr-02 6:21
jafrazee3-Apr-02 6:21 
GeneralRe: i know this has to be a simple question. Pin
Joaquín M López Muñoz3-Apr-02 6:21
Joaquín M López Muñoz3-Apr-02 6:21 
GeneralRe: i know this has to be a simple question. Pin
jafrazee3-Apr-02 6:34
jafrazee3-Apr-02 6:34 
GeneralRe: i know this has to be a simple question. Pin
Joaquín M López Muñoz3-Apr-02 7:24
Joaquín M López Muñoz3-Apr-02 7:24 
GeneralRe: i know this has to be a simple question. Pin
jafrazee3-Apr-02 7:44
jafrazee3-Apr-02 7:44 
GeneralRe: i know this has to be a simple question. Pin
Joaquín M López Muñoz3-Apr-02 7:43
Joaquín M López Muñoz3-Apr-02 7:43 
GeneralRe: i know this has to be a simple question. Pin
jafrazee3-Apr-02 9:40
jafrazee3-Apr-02 9:40 
GeneralIMAP class Pin
Steve Schaneville3-Apr-02 5:54
professionalSteve Schaneville3-Apr-02 5:54 
GeneralRe: IMAP class Pin
Jon Hulatt3-Apr-02 21:20
Jon Hulatt3-Apr-02 21:20 
GeneralRun application in start up. Pin
Mazdak3-Apr-02 5:29
Mazdak3-Apr-02 5:29 
GeneralRe: Run application in start up. Pin
Jon Hulatt3-Apr-02 5:42
Jon Hulatt3-Apr-02 5:42 
GeneralRe: Run application in start up. Pin
Mazdak3-Apr-02 5:59
Mazdak3-Apr-02 5:59 
QuestionHow to change the listbox background? Pin
Hans Ruck3-Apr-02 4:55
Hans Ruck3-Apr-02 4:55 
AnswerRe: How to change the listbox background? Pin
Ravi Bhavnani3-Apr-02 5:22
professionalRavi Bhavnani3-Apr-02 5:22 
GeneralRe: How to change the listbox background? Pin
Hans Ruck3-Apr-02 5:37
Hans Ruck3-Apr-02 5:37 

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.