Digicam wizard
-
Im using the WIA Scripting wrapper from CP and I got my wizard to successfully recognize when a camera is connected. Is there a proramatic way for me to disable to windows cam/scan wizard from automatically starting. The non-programmatic solution is to go to the device properties when the device is connected and in the events tab specify to take no action. I've ran regmon to determine what registry keys are affected when event handler is disabled. I found out that the data is stored at this location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{6BDD1FC6-810F-11D0-BEC7-08002BE2092F} For each device there is a folder like: 0001 0002 0003 There's a way of specifying the DefaultHandler which tells the OS which one to use. I've tried to duplicate what the OS does to set this option but I've had no success. It works when the OS does it by itself, but not when I repeat what the OS does. If anyone has a clue about doing something like this please help... thanks.