I want to get the selected folder path dlgBrowse.ShowOpen fname = dlgBrowse.FileName dlgBrowse.Filter = \"Text File (*.txt)|*.txt|Log File (*.log)|*.log||All Files (*.*)|*.*\"
I\'d like to have my VBScript display the Windows Save As dialog box, but I could not find out how to do it.
According to this,开发者_如何学运维 some members (specifically the one I am interested in is the initial directory member lpstrInitialDir is not supported on Vista.
I\'m translating my VB.Net application, and I need to loop through all the controls on my form. Using a recursive function such as