I'm trying to print multiple images using the default Windows dialog for printing images. Basically I'm trying to accomplish the same thing as when you select a couple of images in explorer and right-click + Print, but from code. I need to be able to specify multiple file names so multiple images can be printed on the same page (so not just iterating the files and having the dialog appear x times).
Here's a print screen of what I'm trying to accomplish to clarify: http://img641.imageshack.us/img641/9973/imageprinty.png
I've been looking for a way to do it using Systems.Diagnostics but as far as I can see there's no way to specify more than one file name. Maybe the file names can be passed as arguments, but then I wouldn't know what to put as the file to run.
Any ideas?
Thanks,
Kevin