Search found 4 matches

by simp513
Fri Dec 20, 2013 4:05 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Device is Already Opened
Replies: 3
Views: 3606

Re: Device is Already Opened

ok, where would you suggest I insert that?
by simp513
Thu Dec 19, 2013 11:40 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Device is Already Opened
Replies: 3
Views: 3606

Device is Already Opened

My scan code: private bool Scan() { bool ret = false; string lastStatus = "None"; try { if (File.Exists(@"C:\Scan.tif")) File.Delete(@"C:\Scan.tif"); _sessionCount = 0; _imageCount = 0; // open the device manager _deviceManager.Open(); // if no devices are found in the ...
by simp513
Fri Oct 05, 2012 12:35 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: device.Setup()
Replies: 3
Views: 4563

Re: device.Setup()

I understand But there is no event or way of knowing when the setup dialog is closed.
by simp513
Thu Oct 04, 2012 11:10 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: device.Setup()
Replies: 3
Views: 4563

device.Setup()

Setup Opens and closes imediatly. If I comment out the _deviceManager.Devices.Current.Close(); and _deviceManager.Close(); it stays open until I close it....Problem is, I'm leaving the device open and I don't want to. //Scanner Settings _deviceManager.Open(); if (_deviceManager.Devices.Count > 0) { ...