I'm trying to capture an instance of the Shell32.ShellFolderView class that is embedded in a another application window.
Something like:
var folderView = Shell32.ShellFolderView.FromHwnd (hwnd);
I need to perform operations like browsing and etc ...
It's possible?