VBScript Browse for Folder using Shell.Application Object
September 10, 2013
code library, implementation, programming languages, vbscript, Win32 API, windows, windows command shell, windows scripting host
No Comments
You can easily use Shell.Application to invoke methods related to Windows such as minimize all windows. For example, if you require users choosing a folder you can invoke the method BrowseForFolder. The …