Archive for January, 2009
Accessing a digital camera through a dialog box in .NET
January 12th, 2009A client has asked us to write a little Windows Forms app that will take the pictures on a digital camera and transfer them to a folder on the hard drive. No sweat, we thought – it’s very easy to transfer files and folders using the System.IO namespace – files on devices will surely function [...]