Discussion:
Directory browser wanted
(too old to reply)
Anders Balslev
2006-01-14 20:41:15 UTC
Permalink
Hi
For a long period I have made use of D6, containing a lot of different
component.
Amongst these are TurboPower (Closed down some years ago).
Some of TurboPowers components are "translated" into D2006 (see
SourceForge.Net)
However, the component collection "ShellShock" isn't translated.

Can anyone give me a hint where I can find a dialog similar to Shellhock
"TStBrowser" component.
I need a dialog that returns a directory rather than a file.

Regards

Anders Balslev
Uffe Kousgaard
2006-01-14 23:39:07 UTC
Permalink
Post by Anders Balslev
I need a dialog that returns a directory rather than a file.
See SelectDirectory function(s).
Or some of the replies when I asked an almost similar question 10 days ago
in this group.
Gil
2006-01-15 02:52:21 UTC
Permalink
SHBrowseForFolder API
Post by Anders Balslev
Hi
For a long period I have made use of D6, containing a lot of different
component.
Amongst these are TurboPower (Closed down some years ago).
Some of TurboPowers components are "translated" into D2006 (see
SourceForge.Net)
However, the component collection "ShellShock" isn't translated.
Can anyone give me a hint where I can find a dialog similar to Shellhock
"TStBrowser" component.
I need a dialog that returns a directory rather than a file.
Regards
Anders Balslev
Mike Shkolnik
2006-01-15 09:12:38 UTC
Permalink
See the sample code at http://www.scalabium.com/faq/dct0157.htm

--
With best regards, Mike Shkolnik
E-mail: ***@scalabium.com
WEB: http://www.scalabium.com
Post by Anders Balslev
Hi
For a long period I have made use of D6, containing a lot of different
component.
Amongst these are TurboPower (Closed down some years ago).
Some of TurboPowers components are "translated" into D2006 (see
SourceForge.Net)
However, the component collection "ShellShock" isn't translated.
Can anyone give me a hint where I can find a dialog similar to Shellhock
"TStBrowser" component.
I need a dialog that returns a directory rather than a file.
Regards
Anders Balslev
Matthew Jones
2006-01-15 21:44:00 UTC
Permalink
Raize Components have a whole tab of shell components.

/Matthew Jones/
Bob S
2006-01-17 01:13:53 UTC
Permalink
Don't know if you're still looking or not... just stumbled upon the following while having an unrelated googlefest:

TPJBrowseDialog
http://www.delphidabbler.com/software?id=shellfolders&mid=3.1

ExploreFile
http://www.delphidabbler.com/codesnip?action=named&routines=ExploreFile&showsrc=1

Code Snippets Unit Generator
http://www.delphidabbler.com/php/subsid/cs-snipsel?action=named&routines=ExploreFile

hope it helps :)
Post by Anders Balslev
Can anyone give me a hint where I can find a dialog similar to Shellhock
"TStBrowser" component.
I need a dialog that returns a directory rather than a file.
Regards
Anders Balslev
d***@gmail.com
2013-07-30 15:55:35 UTC
Permalink
Post by Bob S
TPJBrowseDialog
http://www.delphidabbler.com/software?id=shellfolders&mid=3.1
ExploreFile
http://www.delphidabbler.com/codesnip?action=named&routines=ExploreFile&showsrc=1
Code Snippets Unit Generator
http://www.delphidabbler.com/php/subsid/cs-snipsel?action=named&routines=ExploreFile
hope it helps :)
Post by Anders Balslev
Can anyone give me a hint where I can find a dialog similar to Shellhock
"TStBrowser" component.
I need a dialog that returns a directory rather than a file.
Regards
Anders Balslev
A bit late I know, but the links to the code on delphidabbler.com are incorrect: try http://snippets.delphidabbler.com/list/?snippets=ExploreFile
Loading...