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