Defaulting and disabling WIA properties
-
I know there is a way to programmatically set WIA properties through C# code, but I was wondering whether there is a way to disable the selection of these settings once the dialog opens?
-
I know there is a way to programmatically set WIA properties through C# code, but I was wondering whether there is a way to disable the selection of these settings once the dialog opens?
I am not sure there is a way to disable it programmatically. It calls the STISVC service, and although it can be disable manually via the control panel, I think it is not available to disable via c#. There is a config setting you can use,
sc config stisvc start= disabled
, but that is as much as I can see of automating it.------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]
-
I am not sure there is a way to disable it programmatically. It calls the STISVC service, and although it can be disable manually via the control panel, I think it is not available to disable via c#. There is a config setting you can use,
sc config stisvc start= disabled
, but that is as much as I can see of automating it.------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]
I do not want to disable the whole service though, only the selection of the properties e.g. the combobox for selecting the DPI etc. so that the user cannot modify these