- This topic has 1 reply, 2 voices, and was last updated 13 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
Forums › TWAIN Classic › Window with progressbar
Hello,
Someone knows if is possible to do invisible the window that appear with a progressbar that indicate scanning…
Thank you for your help.
You’ll need to hide driver UI to achieve this i.e. TW_USERINTERFACE.ShowUI is set to FALSE. Then you can set CAP_INDICATORS to FALSE, if source allows it.
See “Alternative User Interfaces” in chapter 4 of TWAIN specs.