Edit Rename Changes History Upload Download Back to Top

Astares Windows Goodies

  Shell Folder Dialog for VisualWorks 

This small package adds support for the native Windows shell folder dialog in VisualWorks. It wraps the SHBrowseForFolder and SHGetPathFromIDList() API. 

To use it call:

|result interface | 
interface := WindowsShellFolderDialog new 
               title: 'Choose a location'; 
               yourself. 
result := interface getFoldername. result notNil ifTrue: result inspect

You can download the package Astares Windows Goodies from the Cincom Public Store Repository. If you want to test it download the free VisualWorks NC version.

Last update: 09.05.2003 T.Bergmann


Edit Rename Changes History Upload Download Back to Top