Board index » delphi » Unicode Compatible Browse for Folder Dialog

Unicode Compatible Browse for Folder Dialog


2007-04-21 02:44:49 AM
delphi42
Does anyone know of a browse for folder dialog that is Unicode compatible.
TNT/TMS dosen't have one. We currently use Raize's, but it is not Unicode
compatible. Free would be good also, but not required.
-- Larry Maturo
 
 

Re:Unicode Compatible Browse for Folder Dialog

"Larry Maturo" <XXXX@XXXXX.COM>writes
Quote
Does anyone know of a browse for folder dialog that is Unicode
compatible.
Use the Win32 API SHBrowseForFolder() function directly.
Gambit
 

Re:Unicode Compatible Browse for Folder Dialog

Hi Remy,
Thank you!
-- Larry
"Remy Lebeau (TeamB)" <XXXX@XXXXX.COM>writes
Quote

"Larry Maturo" <XXXX@XXXXX.COM>writes
news:46290a20$XXXX@XXXXX.COM...

>Does anyone know of a browse for folder dialog that is Unicode
compatible.

Use the Win32 API SHBrowseForFolder() function directly.


Gambit


 

Re:Unicode Compatible Browse for Folder Dialog

AFAIK ElPack (www.lmd.de/products/lmdelpack/) have extended there
dialog the last time. But I didn't check this dialog for a while.
 

Re:Unicode Compatible Browse for Folder Dialog

Quote
Does anyone know of a browse for folder dialog that is Unicode compatible.
You might want to check out WideSelectDirectory() from TntFileCtrl.pas from
TMS Unicode pack.
--Troy