I want to enumerate all the windows in MY application only. What I am trying to do is search all windows in my application, determine if the window is a Message Box (class name) and if it is, use SendMessage to close it. So how do I enumerate ONLY the windows in my application as opposed to ALL windows on the system?