Click here to Skip to main content
15,914,160 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I need someone to make me a program plz Pin
John R. Shaw14-Nov-04 8:36
John R. Shaw14-Nov-04 8:36 
GeneralRe: I need someone to make me a program plz Pin
ThatsAlok14-Nov-04 22:38
ThatsAlok14-Nov-04 22:38 
GeneralPassing data from a Modal Dialog back to the Dialog that created it Pin
dlarkin7714-Nov-04 4:34
dlarkin7714-Nov-04 4:34 
GeneralRe: Passing data from a Modal Dialog back to the Dialog that created it Pin
John R. Shaw14-Nov-04 9:00
John R. Shaw14-Nov-04 9:00 
GeneralRe: Passing data from a Modal Dialog back to the Dialog that created it Pin
dlarkin7714-Nov-04 22:58
dlarkin7714-Nov-04 22:58 
QuestionHow to search a File in the Hard Disk using C++? Pin
pubududilena14-Nov-04 3:31
pubududilena14-Nov-04 3:31 
AnswerRe: How to search a File in the Hard Disk using C++? Pin
Maximilien14-Nov-04 4:32
Maximilien14-Nov-04 4:32 
AnswerRe: How to search a File in the Hard Disk using C++? Pin
John R. Shaw14-Nov-04 9:20
John R. Shaw14-Nov-04 9:20 
Get a copy of "Agent Ransack", it can find anything. There know there was an article here some where, but I can not find it.

You could write your own using the MS-C functions _findfirst() and _findnext() or the SDKs FindFirstFile() and FindNextFile(). The hard part is switching directories, for further searching. All the "File I/O Functions" functions are listed in the MSDN, you'll have to do a search for that exact string (not listed in index - as usual).

P.S. There is an article on "Agent Ransack" at CP.

Good Luck!

INTP
GeneralRe: How to search a File in the Hard Disk using C++? Pin
pubududilena14-Nov-04 12:18
pubududilena14-Nov-04 12:18 
QuestionHow to run exe file using C++? Pin
pubududilena14-Nov-04 3:26
pubududilena14-Nov-04 3:26 
AnswerRe: How to run exe file using C++? Pin
Michael Dunn14-Nov-04 4:50
sitebuilderMichael Dunn14-Nov-04 4:50 
AnswerRe: How to run exe file using C++? Pin
ThatsAlok14-Nov-04 18:32
ThatsAlok14-Nov-04 18:32 
GeneralCAsyncMonikerFile Pin
PetoG14-Nov-04 1:31
PetoG14-Nov-04 1:31 
GeneralRe: CAsyncMonikerFile Pin
John R. Shaw14-Nov-04 10:03
John R. Shaw14-Nov-04 10:03 
GeneralRe: CAsyncMonikerFile Pin
PetoG15-Nov-04 4:58
PetoG15-Nov-04 4:58 
QuestionHelp!!! How to change Cursor Permanent ??? Pin
VikramDelhi13-Nov-04 23:29
VikramDelhi13-Nov-04 23:29 
AnswerRe: Help!!! How to change Cursor Permanent ??? Pin
Jack Puppy14-Nov-04 1:19
Jack Puppy14-Nov-04 1:19 
GeneralRe: Help!!! How to change Cursor Permanent ??? Pin
John R. Shaw14-Nov-04 9:33
John R. Shaw14-Nov-04 9:33 
GeneralRe: Help!!! How to change Cursor Permanent ??? Pin
gamitech15-Nov-04 19:54
gamitech15-Nov-04 19:54 
GeneralRe: Help!!! How to change Cursor Permanent ??? Pin
VikramDelhi16-Nov-04 8:41
VikramDelhi16-Nov-04 8:41 
Questionhow to use mscomm32 activex in my own activex? Pin
Kamyar Souri13-Nov-04 22:18
Kamyar Souri13-Nov-04 22:18 
GeneralHelp me :List control Pin
TooLeeDiN13-Nov-04 21:31
TooLeeDiN13-Nov-04 21:31 
GeneralRe: Help me :List control Pin
Ravi Bhavnani13-Nov-04 23:12
professionalRavi Bhavnani13-Nov-04 23:12 
GeneralRe: Help me :List control Pin
gamitech15-Nov-04 19:52
gamitech15-Nov-04 19:52 
QuestionHow to read a serial mouse? Pin
Anonymous13-Nov-04 17:17
Anonymous13-Nov-04 17:17 

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.