I have copied my Windows 10 32 Bit Access application to my new Windows 11 64 Bit Access application and was hoping it would be a flawless transfer.
No such luck. Most seems to be OK, but there is a problem accessing Photo attributes.
On the Windows 10, when I use :
Set shlFolderItem = gshlFolder.ParseName("Filexyz.jpg"), it sets the shlFolderitem to "Filexyz.jpg"
(shlFolderItem is declared as Shell32.FolderItem and gshlFolder is declared as Shell32.Folder
When I do the same on the Windows 11 version, the result is just "Filexyz", i.e. without the file type.
This causes the subsequent GetDetailsOf code to fail.
Anyone encountered this and know the solution?
Thanks