If you are a VS2005 type, load up the .sln, and CTRL-SHIFT-F to search the entire solution for key words (like bank, itemid, rules, whatever you are interested in). That's where I started finding most of what I do find. However, on occasion, I feel VS2005 is "hiding" files from me... like for the longest time, I never knew there was a rulesys.h (probably the wrong name, but for example) until FNW pointed me to it. Soon as I opened it from Windows Exploder, it shows up in VS2005.
Commentary: I hate Microsoft. Tell me again why I work for a company that develops network management and security packages for Microsoft OS?
Anyway... if you are a gcc (*NIX) guy, I hear there are tools for searching, but never figured them out (grep? dunno... been too long to remember).
Oh, and Little Johnny's Trailer Park Engineering 101 method is to simply search using Windows Exploder, the *.cpp and *.h files for key words within, and edit with Notepad. ~runs~
Hope any of this helps.
|