Hi,

I'm developing a small piece of software to automatically take all photos off a camera, either Mass Storage or PTP. This is what I have:

VB6
WIA2 Automation objects
Lots of Kodak CX4210s
Initial target platform of XP

Here's the problem.

When connecting the camera to the PC in PTP mode, which is nice with the auto detection of devices and everything, I can transfer the photos, but the camera does not claim to support wiaCommandDeleteAllItems. In fact, the only way I can figure how to delete Items in VB, is to pop up the SelectItems dialogue and let the user do it.

It's clearly possible, you can do it yourself through explorer.

The real WIA API has a lot more functionality, but I can't get to it.

Can anybody help?

Thanks,

Jim.