-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello all.
I am currently working on an application for managing a WPD device.
I want to add an option to open the wpd device in windows explorer to view the saved files.
Problem is that I can't find a way to open explorer pointing to the device's "folder".
I have all information of the device (pnp…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
WPD does not work correctly on Windows XP (SP1 if that matters), even if Microsoft states it does.
Problem with WPD:
IPortableDeviceManager.GetDevices call does not find any devices on Win XP while it finds all connected cameras on Windows 7.
A few other people had this same problem with WPD not…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to transfer files (still photos and videos) from any portable device that a user may connect (still camera, video camera, mobile phone, etc.) I don't need to worry about plain storage devices as these have drive letters. And I only care about existing files, I don't care about live video, preview…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've come across a weird problem when reading data from a MTP-compatible mobile device using the WPD (Windows Portable Devices) API, under Windows 8 (not tried any other Windows versions yet).
The symptom is, when calling Release on an IStream interface obtained via the IPortableDeviceResources::GetStream…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have the following problem: the application is using the custom itemscontrol called ToolBox. The elements of a toolbox are called toolboxitems and are custom contentcontrol. Now, the toolbox stores a number of images that are retrieved from a database and displayed. For that I use a datatemplate…
>>> More