VBScript file open dialog that works in XP and Vista?
Posted
by codeulike
on Stack Overflow
See other posts from Stack Overflow
or by codeulike
Published on 2010-04-15T15:59:03Z
Indexed on
2010/04/20
12:53 UTC
Read the original article
Hit count: 476
In XP, you can use VBScript with the UserAccounts.CommonDialog object to bring up a File Open dialog (as described here), but apparently this does not work under Vista.
Is there a VBScript method for File-Open dialogs that will work for both?
Or even one that will work nicely for Vista?
Disclaimer: I'm a proper programmer, honest, and don't usually work with VBScript - I am asking this question 'for a friend'.
© Stack Overflow or respective owner