. closeing child windows .

nomaam

Member
Joined
Jul 4, 2004
Messages
12
Programming Experience
Beginner
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.
 
Back
Top