Forums › TWAIN Classic › modal/modeless Select Source dialog › Reply To: modal/modeless Select Source dialog
March 21, 2008 at 3:50 pm
#23215
Source dialog uses parent window handle passed to source manager, so you should make sure if you pass correct handle (probably there was mistake in getting handle) eg.
twain.loadSourceManager(GetActiveWindow());
srcIndex = twain.selectSource();