Hello,
I had a Plustek Scanner with Twain, it worked until the scanner broke.
Now I have an Epson DS-50000 with Twain, but my scanprogramm does not show it in the ComboBox.
My source in the combobox is the following:
procedure TForm1.ComboBox1Change(Sender: TObject);
begin
ImageEnView1.IO.AcquireParams.SetSource(ieaTwain, ComboBox1.Items[ComboBox1.ItemIndex]);
FillBack;
end;
What must I do?
Sincerely Peter