wia

  1. F

    Question PictureBox control and .NEF images

    I've got some RAW images from several Nikon D90 cameras. They come in NEF format (extension), I can open them with Photoshop. If I try to load one in a PictureBox control with .Load() method I receive an ArgumentException. However, Image.fromFile() gives 'out of memory'. How can I display those...
  2. peaveyyyy

    Question Registering an application for Camera Autoplay

    I have successfully dreated an application that recognises when a new drive or memory card is plugged in and allows the extraction of images from the drive (using Autoplay, basically). I simply registered the application with the Regsitry like this: Imports System.ComponentModel Imports...
Back
Top