jerrygoldring
Programmer
I am developing a VB 6 app that refreshes a display of orders every n minutes. Problem is if I open another app (like outlook or anything else) my VB app does not know that it does not have Windows focus. So when it refreshes the list, it set focus to the grid and causes the VB window to pop back to the top, overlaying the other active application. Is there a call I can make to determine if my App is on top of all others (that is, is the currently focused window)? Thanks in advance...