On the VB Code Magician website there is a tip which shows you how to display the Files Properties dialog using the ShellExecuteEx API.

http://www.vbcodemagician.dk/tips/fi...tiesdialog.htm

In the Windows Explorer, if you select more than one file and select Properties from the right mouse click popup menu, the File Properties dialog is displayed.

How do you show the File Properties dialog for multiple files?

Thanks in advance