Engine.DisplayWorkspaceBrowserDialog ( dlgTitle, dlgOptions = 0)
Launches a dialog box that lets you select and edit a workspace file.
User interfaces use this method to allow users to select a workspace file, load and unload a workspace file, edit the files in the workspace file and project files, and perform SCC operations.
dlgTitle As String
[In] Specifies the title of the dialog box. Pass an empty string to use the default title for the dialog box.
dlgOptions As long
[In] Pass any combination of the WorkspaceBrowserDialogOptions constants. Pass WorkspaceBrowserDlgOption_Editable to enable editing of the workspace. Use the bitwise-OR operator to specify more than one option.
This parameter has a default value of 0.