Hi Derick,
I have been trying to do exactly the same. For users, it is confusing
to be confronted with a dialog different to the standard windows
"Select Folder..." dialog.
It would be very nice if you could tell me what solution you have
found for this.
Rodrigo
Derick wrote in message news:<506500000005000000EA380000-993342863000@exchange.ni.com>...
> Greg,
>
> As stated in the question title, I use LV6.0.2. I have used the File
> Dialog in the past, and I agree that it is easy. This instance is not
> a matter of choice but 'customer' preference. I have found an activeX
> function to do as I want, but for my own understanding and knowledge,
> want to go throught the Windows API libraries, as it bypasses
> conversions, and goes
directly to the op sys. I have the API .h files
> but don't understand what needs to be passed to the SBBrowseForFolder
> function, as it is stated that it needs a BrowseInfo structure, which
> I can pass, but not sure about other requirements or parameters, due
> to the error returned from WIN9X. Thanks for answering back my
> question though, as I think I have found a tough one, due to the lack
> of responses.
>
> Rick