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.

link|improve this question

67% accept rate
Just of interest, why you need that? Which use case? – sll Nov 7 '11 at 16:05
Your question says you're trying to do this from a WinForms app, but you tagged your question as WPF instead. Which is it? – Joe White Nov 7 '11 at 16:30
@Joe White: Windows Form – mp42871 Nov 7 '11 at 18:15
@sll: Automate the log off process of a web application – mp42871 Nov 7 '11 at 18:16
Which part are you stuck on? Finding the IE Window? Determining if it has an open dialog? Closing the dialog if you find it open? – Jim Mischel Nov 7 '11 at 20:16
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.