| This button allows you to see the Find Window. The Find Window shows a dialog box very similar to the one that Visual
Basic displays when you press Ctrl-F or select the Find menu option.
|
| This combo box is used for a quick search. You can type anything you want and
press enter. It will then proceed to do a search across your entire project
(just like clicking the Find Button shown above). It just saves you the time of
having to load the Find Window. This combo box will maintain the last 10 searches you have performed. It
will even maintain this history list across Visual Basic sessions so you can
remember the previous searches you have performed.
|
| This button will move to the next match in the list of matches. It will also
open the source code window to the location of the next match. If the window
is already opened, it will just jump to the location in the source code window
that applies to this match.
|
| This button will move to the previous match in the list of matches. It will
also open the source code window to the location of the next match. If the
window is already opened, it will just jump to the location in the source code
window that applies to this match.
|
| This button will allow you to export the list of matches to a comma-delimited
file. PFP will prompt you for the filename you want to use. The default
extension is CSV (for comma separated values).
|
| This button loads up the help file. You probably clicked it to get to here.
|