questions related to MS Common Dialogs API
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 comdlg32I'd like to have my VBScript display the Windows Save As dialog box, but I could not find out how …
vbscript savefiledialog common-dialogI want to get the selected folder path dlgBrowse.ShowOpen fname = dlgBrowse.FileName dlgBrowse.Filter = "Text File (*.txt)|*.txt|Log …
vb6 common-dialogPlease help me to create a project to open dialog box without using common dialog component/control. Regards Sesha
vb6 common-dialog