Hi,
In fact, I want to modify and save the desktop Uset Interface. I'd like to be able to change icons' position, show/hide desktop items....
With SHGetDesktopFolder and EnumObjects, I can know what is on the desktop (visible or not) , like "My Computer" special folder, shortcuts, and other files on the desktop.
I want to retrieve/set the position of the icon corresponding to each enumerated object on the desktop view.
I've tried with the standard Win32 API way, by sending messages on the ListView corresponding to the desktop, but I could only Set an item position : I couldn't retrieve it.
I've read that it could work if I hook explorer.exe, but I don't see how to do that correctly.
I've tried to query a IFolderView Interface from the SHGetDesktopFolder return, but it returns that IFolderView isn't supported.
Thanks for answer
@+