Select Application Dialog

Is there a way to have a dialog to select applications?
Need to display a dialog, the user can choose an application.

[quote=203875:@christian breu]Is there a way to have a dialog to select applications?
Need to display a dialog, the user can choose an application.[/quote]

You mean, like a start menu ?

Point to the app executable file in /Applications/ on Mac or c:\Program Files or c:\Program Files(x86) in Windows with a folderItem
http://documentation.xojo.com/index.php/Folderitem
And then use FolderItem.Launch

All depends on the type of dialog you are using then to select which folderItem you launch.