. Closeing Child Windows Help Needed .

  • Thread starter Thread starter nomaam
  • Start date Start date
N

nomaam

i am useing VB.NET, and am working in a windows form.

my form interacts with Internet Explorer, and i would like only the
main IE window to be open.

i know how to terminate a process, but how can i close child windows
that IE produces? such as message boxes, security warnings, popups,
and other windows that do not appear on the process list since they
are child windows of IE.

any ideas would be great.

thanks.
 
Nomaam,

How does your form interact with IE, in this way there is no example
posible, however when it is the reusing of the webbrowser you should just
try to catch those documents/downloads that are loaded in that. I know that
goes with the axwebbrowser, however I am not sure if it goes with
webbrowser.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top