Top "Common-dialog" questions

questions related to MS Common Dialogs API

Register comdlg32.dll gets Regsvr32: DllRegisterServer entry point was not found

I have Windows 7, 64-bit. I'm trying to register a .dll (comdlg32.dll) using regsvr32. But I get an error that …

windows dll regsvr32 common-dialog comdlg32
How can I use the common Save As dialog from VBScript?

I'd like to have my VBScript display the Windows Save As dialog box, but I could not find out how …

vbscript savefiledialog common-dialog
Getting path of selected folder in VB6

I want to get the selected folder path dlgBrowse.ShowOpen fname = dlgBrowse.FileName dlgBrowse.Filter = "Text File (*.txt)|*.txt|Log …

vb6 common-dialog
vb6 code to open dialog box without using commondialog control

Please help me to create a project to open dialog box without using common dialog component/control. Regards Sesha

vb6 common-dialog