> One suggestion I have is to add c:\ as the first directory for LabVIEW
> to search through.  You can do this by selecting Tools >> Options >>
> Paths >> VI Search Path.  I have done this and it will REALLY slow
> down the search.
> 
Doing this may have side-effects you don't want.  If you have multiple 
versions of your VIs/DLLs stored other places on your C: drive, you just 
told LV it was OK to load them from there if it finds them first.
To stop the searching, empty the search path.  If the VI/DLL isn't in 
memory or on disk where it is supposed to be, LV will put up the dialog 
asking you to find it and perform no searching on its own.  Most likely, 
you want to do this once or twice to discover what has been misplaced, 
so that it can be re
saved to point to the new location, or relocated to 
be where the saved VI wants it, then turn the search path back on.  It 
gets really annoying and seems lazy when LV always wants you to find 
things for it.
One other point is that the initial DLL is something LV is in control of 
loading, but once it asks the OS to load a DLL, the dependent DLLs are 
something out of LV's control.  The OS will do its own searching, but 
without a dialog.
Greg McKaskle