Question
UNUM Group
IN
Last activity: 6 May 2022 9:45 EDT
Unable to interrogate file save explorer
I am working on a Windows Application and I have added a Windows Adapter 1. At some point, I have to save a PDF attachment on a click of a Windows Adapter 1 and file save explorer comes up. At this point I am unable to interrogate it with existing adapter. So, I have added another Windows Adapter 2 and set the path property to the process which are in the task manager but still I am unable to interrogate.
Any suggestions please?
@SureshK5995 I would use Process Explorer to determine the process that the dialog is part of. You can then determine how best to configure your adapter to catch it. It might not be a child process of your adapter, so you might need a second MonitorAll adapter for that process. You might also need check to ensure that process is not running when you start your MonitorAll adapter in case it is a service-like process that starts and then remains running. I would play around with it and use Process Explorer to understand how this process gets started and when (or if) it closes.