Home
Features
Demos
Store
Forum
Support
ImageEn Forum
Profile
Join
Active Topics
Forum FAQ
Search
Forum membership is Free! Click
Join
to sign-up
Username:
Password:
Save Password
Forgot your Password?
All Forums
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
List of Twain Sources
New Topic
Reply to Topic
Author
Topic
Dick Maley
USA
4 Posts
Posted - Dec 03 2015 : 13:33:50
How can I get a list of Twain/WIA devices attached to a computer?
Dick Maley
USA
4 Posts
Posted - Dec 03 2015 : 13:45:30
Sources:='';
For i:=0 To ImageEnView1.IO.TwainParams.SourceCount-1 Do
Begin
Sources:=Sources+ImageEnView1.IO.TwainParams.SourceName[i]+#13+#10;
End;
ShowMessage(Sources);
Uwe
284 Posts
Posted - Dec 03 2015 : 15:46:04
Dick,
you might find it difficult to distinguish between device types when you use that approach.
-Uwe
Dick Maley
USA
4 Posts
Posted - Dec 04 2015 : 18:01:21
I agree. I am simply at the start of a long journey migrating Twain/WIA from ImageLib to ImageEn. One step at a time.
Dick Maley
Topic
New Topic
Reply to Topic
Jump To:
Select Forum
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page