My guess is it is a CommonDialogControl from VB6 which encompased the "save" "open" type dialogs. You would use a SaveFileDialog control which you can find in the toolbox under the "dialogs" section. It works nearly the same way as VB6.