Re: Search for word or phrase in .pas & .dfm files



Is there any way to search for word or phrase in .pas & .dfm files using windows explorer in vista ?

Click the Windows Start orb or hit the Windows key on your keyboard
Type "index" into the search box
Select and hit enter on "Indexing Options"
Click Modify
Click Show All Locations (elevate if UAC is enabled)
Use the top window in the Indexed Locations dialog to ensure the locations you keep your source are indexed
Click OK
Click Advanced (elevate if UAC is enabled)
Click the File Types tab
Find and select PAS files
Ensure the check next to PAS is checked
Ensure Index Properties and File Contents is checked
Find and select DFM files
Ensure the check next to DFM is checked
Ensure Index Properties and File Contents is checked
Click OK
Click OK on the prompt to rebuild your index

That should work AFAIK.

.



Relevant Pages

  • Re: Elevating via UAC in C++
    ... That's a pretty good idea as I the code I want to execute is right ... on entry point. ... You can only elevate the whole process... ... this will trigger the UAC Dialog... ...
    (microsoft.public.vc.language)
  • Re: Some questions
    ... what is sense of this "enhanched security" if this so called "UAC (Elevate without prompting)" is just useless crappy feature? ...
    (microsoft.public.windows.vista.general)
  • elevate script permission for vista uac
    ... Any tips on how to get around UAC for scripts requiring major system changes such as WMI workstation rename. ... Can you elevate the permission so the user gets no messages. ...
    (microsoft.public.scripting.vbscript)
  • Re: Elevating via UAC in C++
    ... I would like to be able to display the UAC before I call a particular function in my code, ... Or can you only elevate the entire application? ... My blog about Win32 and .NET ...
    (microsoft.public.vc.language)