Click here to Skip to main content
15,899,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Registry commands Pin
ThatsAlok14-Jul-04 23:51
ThatsAlok14-Jul-04 23:51 
GeneralRe: Registry commands Pin
David Crow15-Jul-04 7:51
David Crow15-Jul-04 7:51 
Generalwastebasket Pin
Perestroyka14-Jul-04 15:26
Perestroyka14-Jul-04 15:26 
GeneralRe: wastebasket Pin
David Crow15-Jul-04 8:01
David Crow15-Jul-04 8:01 
Generalmultiple file scan filter Pin
jspano14-Jul-04 15:09
jspano14-Jul-04 15:09 
GeneralRe: multiple file scan filter Pin
Johan Rosengren14-Jul-04 20:40
Johan Rosengren14-Jul-04 20:40 
GeneralRe: multiple file scan filter Pin
jspano15-Jul-04 1:50
jspano15-Jul-04 1:50 
GeneralRe: multiple file scan filter Pin
David Crow15-Jul-04 8:05
David Crow15-Jul-04 8:05 
You could parse the filter into its individual patterns, sending each one to a separate thread. Each thread would then report back to the primary thread with its findings.

Or, for each file on the target drive, see if it matches any of the patterns in the filter. I did this once back about 11 years ago. It was a DOS-based utility and was a very good learning exercise.


"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


GeneralNeed help with CMenu!!! Pin
ouli14-Jul-04 14:39
ouli14-Jul-04 14:39 
GeneralRe: Need help with CMenu!!! Pin
Johan Rosengren14-Jul-04 20:43
Johan Rosengren14-Jul-04 20:43 
GeneralOnDraw : CreateBitmap (Mono & 4-Bit) Pin
Pinhead_Me14-Jul-04 13:23
Pinhead_Me14-Jul-04 13:23 
QuestionHow to print dialog in VC++? Pin
ouli14-Jul-04 13:05
ouli14-Jul-04 13:05 
AnswerRe: How to print dialog in VC++? Pin
Johan Rosengren14-Jul-04 20:46
Johan Rosengren14-Jul-04 20:46 
GeneralService does not run on certain XP Machine Pin
dboezeman14-Jul-04 11:50
dboezeman14-Jul-04 11:50 
GeneralRe: Service does not run on certain XP Machine Pin
palbano14-Jul-04 13:42
palbano14-Jul-04 13:42 
GeneralRe: Service does not run on certain XP Machine Pin
Antony M Kancidrowski15-Jul-04 2:00
Antony M Kancidrowski15-Jul-04 2:00 
GeneralRe: Service does not run on certain XP Machine Pin
dboezeman15-Jul-04 6:06
dboezeman15-Jul-04 6:06 
Generalreading external file in VC++ Pin
Oriocat14-Jul-04 11:46
Oriocat14-Jul-04 11:46 
GeneralRe: reading external file in VC++ Pin
palbano14-Jul-04 13:38
palbano14-Jul-04 13:38 
GeneralStarting a Subclass Pin
Zero_G14-Jul-04 11:09
Zero_G14-Jul-04 11:09 
GeneralRe: Starting a Subclass Pin
palbano14-Jul-04 11:17
palbano14-Jul-04 11:17 
GeneralRe: Starting a Subclass Pin
Zero_G14-Jul-04 11:28
Zero_G14-Jul-04 11:28 
GeneralRe: Starting a Subclass Pin
palbano14-Jul-04 11:44
palbano14-Jul-04 11:44 
GeneralSSL + Server - Client Pin
surfman1914-Jul-04 10:34
surfman1914-Jul-04 10:34 
GeneralIsPVoice Pin
H Talley14-Jul-04 10:10
H Talley14-Jul-04 10:10 

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.