In the Advanced Twain Demo you can set the Default-Scanner via a Dialog:
deviceManager.ShowDefaultDeviceSelectionDialog()
Is there a way to set the Default Device without that Dialog?
I have a Scanner-Dialog (with Scan-Button, Preview, etc.) where the user can select the Device out of the Device-List. If the user selects a device out of my ComboBox, i would like to set that Device as the Default, so the user doesn't need to switch that over and over again.