WaitingUrs2004-02-23 19:39:20
Guys,
I have a dialog-based application in which the dialog is hidden, and I'd like to get the handle of the currently displayed IE window on the desktop.
I did try GetActiveWindow() and GetForegroundWindow(), but I was not able to get currently active IE window's handle. My application has its own dialog, this dialog is hiden, so I always got the handle of this dialog, which is not the one I need. I can get the handles of all IE windows openned currently, how can I determine which one is the top-most (that is, which one is the currently displayed)?
Thanks!