Re: Is there a way to determine if a msgbox is open?
Thanks that works pretty well, and almost exactly what I need, except it looks for Activate, and when I set to HCBT_CREATEWND, it didnt trigger it.
I think I got a different way of doing it though, I get all Window Hwnds through
GetWindowThreadProcessId, and then determine if the Window class is of Dialog type, so far so good.