Once upon a time I could write a line of code to show Microsoft's common dialog box like this:
Set objOpenDialog = CreateObject("UserAccounts.CommonDialog")
I understand that this has been depreciated because of security concerns. I have a project where a field computer is using Windows 7; does anyone know the Windows 7 equivalent to the above line of code which will simply open the common dialog box?
Thanks!
Jim
Set objOpenDialog = CreateObject("UserAccounts.CommonDialog")
I understand that this has been depreciated because of security concerns. I have a project where a field computer is using Windows 7; does anyone know the Windows 7 equivalent to the above line of code which will simply open the common dialog box?
Thanks!
Jim