I am trying to determine if a specific ie window (based on title) has an open dialog box using a windows form in Visual Studio 2010 (similar to how UISpy functions).
I've looked into using the Windows Automation library and the AutomationElement class, but can't seem to pinpoint exactly how to accomplish the task.