Click here to Skip to main content
16,016,562 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralInserting strings Pin
Emearg22-May-02 8:58
Emearg22-May-02 8:58 
GeneralRe: Inserting strings Pin
Carlos Antollini22-May-02 9:25
Carlos Antollini22-May-02 9:25 
GeneralRe: Inserting strings Pin
Dean Goodman22-May-02 10:02
Dean Goodman22-May-02 10:02 
GeneralRe: Inserting strings Pin
Emearg23-May-02 5:41
Emearg23-May-02 5:41 
GeneralSearching for files in a specific folder and it's subfolders. Pin
redeemer22-May-02 8:58
redeemer22-May-02 8:58 
GeneralRe: Searching for files in a specific folder and it's subfolders. Pin
Chris Losinger22-May-02 9:07
professionalChris Losinger22-May-02 9:07 
GeneralRe: Searching for files in a specific folder and it's subfolders. Pin
redeemer22-May-02 9:09
redeemer22-May-02 9:09 
GeneralRe: Searching for files in a specific folder and it's subfolders. Pin
Chris Losinger22-May-02 9:12
professionalChris Losinger22-May-02 9:12 
func FindDirs(array DirArray string curDir)
file = FindFirstFile(curDir)
if (file is dir)
add file to DirArray
FindDirs(DirArray, file)
end if

file = FindNextFile(curDir)
while (file is ok)
if (file is dir)
add file to DirArray
FindDirs(DirArray, file)
end if
file = FindNextFile(curDir)
end while


-c

<hr><font size=-2 color="#000060">
Cheap oil. It's worth it!
</font><div align=right><font size=-2 color="#000060"><a href="http://www.smalleranimals.com/iseffects/isesamples.htm">ISEffects - effects for images</a></font></div>
GeneralRe: Searching for files in a specific folder and it's subfolders. Pin
Mazdak22-May-02 9:21
Mazdak22-May-02 9:21 
GeneralRe: Searching for files in a specific folder and it's subfolders. Pin
Martin Ziacek22-May-02 9:24
Martin Ziacek22-May-02 9:24 
GeneralWould it work if i did this: Pin
redeemer22-May-02 9:54
redeemer22-May-02 9:54 
GeneralAVIFile & audio Pin
Zizilamoroso22-May-02 8:33
Zizilamoroso22-May-02 8:33 
GeneralSettling Listview subitem color Pin
22-May-02 7:51
suss22-May-02 7:51 
GeneralRe: Settling Listview subitem color Pin
Dana Holt22-May-02 9:36
Dana Holt22-May-02 9:36 
Generalpass variables from an MFC app to external program Pin
kevinsky22-May-02 7:50
kevinsky22-May-02 7:50 
GeneralRe: pass variables from an MFC app to external program Pin
Chris Losinger22-May-02 9:09
professionalChris Losinger22-May-02 9:09 
Generaladobe acrobat form fields Pin
Mr. Bill22-May-02 6:38
Mr. Bill22-May-02 6:38 
GeneralSorting CListCtrl columns on a mouse click Pin
Anton A. Loukine22-May-02 6:37
Anton A. Loukine22-May-02 6:37 
GeneralRe: Sorting CListCtrl columns on a mouse click Pin
Prem Kumar22-May-02 7:31
Prem Kumar22-May-02 7:31 
GeneralDebug Assertion in CDialog::DoModal Pin
esapp42022-May-02 6:41
esapp42022-May-02 6:41 
GeneralRe: Debug Assertion in CDialog::DoModal Pin
Alexandru Savescu22-May-02 6:45
Alexandru Savescu22-May-02 6:45 
GeneralRe: Debug Assertion in CDialog::DoModal Pin
esapp42022-May-02 7:54
esapp42022-May-02 7:54 
GeneralRe: Debug Assertion in CDialog::DoModal Pin
PJ Arends22-May-02 9:18
professionalPJ Arends22-May-02 9:18 
Generalprintf and commas Pin
Romeozulu22-May-02 6:35
Romeozulu22-May-02 6:35 
GeneralRe: printf and commas Pin
Chris Losinger22-May-02 6:54
professionalChris Losinger22-May-02 6:54 

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.