Page 1 of 1

Device UI over other open windows

Posted: Thu Jun 22, 2023 11:13 am
by dzmitry_savitski
Hello everyone!

I use Device.ShowUI from Vintasoft.Twain, Version=12.1.0.1 on .NET 5 application.

Now scanner UI opened below other opened windows like browser, application console, etc.
Does vintasoft has some parametr or does provide opening scanner UI over other windows in principal?


Can help setting property "Device.ModalUI" on "True" with this situation?

Best regards, Dzmitry Savitski.

Re: Device UI over other open windows

Posted: Thu Jun 22, 2023 8:11 pm
by Alex
Hello Dzmitry,

> I use Device.ShowUI from Vintasoft.Twain, Version=12.1.0.1 on .NET 5 application.
>
> Now scanner UI opened below other opened windows like browser, application console, etc.
> Does vintasoft has some parametr or does provide opening scanner UI over other windows in principal?
>
> Can help setting property "Device.ModalUI" on "True" with this situation?

The Device.ModalUI property allows to get/set value indicating whether UI of TWAIN device should be modal.

The Device.ModalUI property will have effect if you specified the parent window when you created instance of DeviceManager class, i.e. you specified a handle of parent form/window in constructor of DeviceManager class.

Best regards, Alexander

Re: Device UI over other open windows

Posted: Fri Jun 23, 2023 9:31 am
by dzmitry_savitski
Thanks for the explanation.

Best regards, Dzmitry Savitski.