| | |
Program for Grep search
Thread Solved |
•
•
Join Date: Aug 2006
Posts: 2
Reputation:
Solved Threads: 0
Can we write a program for GREP SEARCH in particular file??
procedure TForm1.DriveComboBox1Change(Sender: TObject);
begin
DirectoryListBox1.Drive := DriveComboBox1.Drive;
FileListBox1.Drive := DriveComboBox1.Drive;
FileListBox1.Directory := DirectoryListBox1.Directory;
end;
procedure TForm1.DirectoryListBox1DblClick(Sender: TObject);
begin
FileListBox1.Directory := DirectoryListBox1.Directory;
end;
I wrote a program for the selection of file like this.
Now I want to search for a particular word like class in that selected file automatically.(Not manually)
Can we do this one??
If it is possible pls send me the reply..
Thabks in advance..
Leela.
procedure TForm1.DriveComboBox1Change(Sender: TObject);
begin
DirectoryListBox1.Drive := DriveComboBox1.Drive;
FileListBox1.Drive := DriveComboBox1.Drive;
FileListBox1.Directory := DirectoryListBox1.Directory;
end;
procedure TForm1.DirectoryListBox1DblClick(Sender: TObject);
begin
FileListBox1.Directory := DirectoryListBox1.Directory;
end;
I wrote a program for the selection of file like this.
Now I want to search for a particular word like class in that selected file automatically.(Not manually)
Can we do this one??
If it is possible pls send me the reply..
Thabks in advance..
Leela.
•
•
•
•
Now I want to search for a particular word like class in that selected file automatically.(Not manually)
Can we do this one??
![]() |
Similar Threads
- Linux Shell Script needs help writing program (Shell Scripting)
- derive full name of user and grep search count (Shell Scripting)
- need help with getting rid of best search (Viruses, Spyware and other Nasties)
- www.lookfor.cc search still buggin me (Viruses, Spyware and other Nasties)
- Error loading C:\WINDOWS\Downloaded Program Files\bridge.dll (Viruses, Spyware and other Nasties)
- Cool Web Search Trouble (HiJack Log inside) (Viruses, Spyware and other Nasties)
Other Threads in the Pascal and Delphi Forum
- Previous Thread: Reading pascal file and searching for a particular word in that file
- Next Thread: Help on using FileListBox
| Thread Tools | Search this Thread |





