|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I want to develop a windows based desktop application, which is based on the searching pattern as provided by the windows itself. the features I want are:
if anyone can help me, i'll be thankful ![]() Last edited by vick : April 26th, 2004 at 08:01 AM. |
|
#2
|
||||
|
||||
|
1: get search text & directory from user
2: get listing of directory 3: for each file: 4a: if it's a directory, repeat step 2 4b: if it's a file, open it, look for the word, add it to your list if found, close file 5: display list to user Search programs are among the easiest to create, though each language does directory listings differently.
__________________
"Science is constructed of facts as a house is of stones. But a collection of facts is no more a science than a heap of stones is a house." - Henri Poincare |
|
#3
|
|||
|
|||
|
try to use Windows API, instead of building from scratch
__________________
Wedding Gifts | Web Development | Order Fulfllment | Supply Chain | E-Business | Add to 100 SEO Friendly Directories fast do it yourself |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Software Design > Searching through files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|