12-11-2008 04:58 PM
This VI is very nice, but in order to broswe from a folder location other than NULL (root directory) you need a way to get a PIDL for a path....there is another shell function that should be in the Shell32.dll that can get the PIDL from a string, but it doesn't seem to be on my system...
I wish this stuff was better documented.
12-12-2008 08:56 AM
This seems to work well, the only thing needed now is someone to write a wrapper around the Shell32 call that allows us to pass in stuff like a starting path or a title string (it would go in that large blank area above the folder listing area).
Mike...
12-12-2008 09:10 AM
Mike,
That's exactly what I was trying to figure out last night.
03-25-2009 01:07 PM
03-25-2009 02:00 PM
03-25-2009 02:01 PM
03-25-2009 05:28 PM
Ok I created a new button, works fine. But now I'm wondering if there's a way to save the last selected path as the default one, so that I don't have to browse from the top every time.