Hi, everybody!
Currently, I'm developing native application for Windows Mobile 5 for
PocketPC, that should have a feature, similar to the one in Pocket
Outlook Contacts application.
If you edit any contact in device's Contacts application, and want to
assign a picture for contact, the "Select a picture..." window is
displayed, which has an embedded windows file explorer (like in "File
Explorer" application), in which all files are displayed as
thumbnails.
So, my application should have exactly the same window, which will
allow user to select image files.
My question is: how? i don't believe they have a separate control with
a exact-file-explorer functionality, so I'm wonder about a secret
trick...
I've tried using IShellBrowser, IShellFolder, IShellView interfaces,
but the main method IShellFolder::CreateViewObject returns E_NOTIMPL.
Please, help me!
Thanks in advance!