Haha, you think YOU have what it takes to answer this question!
I have designed a macro program, but I do not want anyone doing anything while it is running. To prevent people from making a mistake, I want to display a form that is always the top most window that says to not interfere. But to do this, I have to make it the top most window without allowing the other windows to become inactive. The focus has to be on the other apps in order to send the keystrokes. Can anyone help me? Thank you very much. NOTE: I would prefer this work in both NT and 9x, but it is neccesary that it work in NT.
Joe
This really is not as hard as it sounds...
The hidden label thing does not work. As soon as I shell an application, mine isn't going to be the foremost. You can't read a caption behind something else. The whole idea is just to make the user aware that a macro is running without affecting the functionality of the macro. I have seen the API call; it is very simple. I just do not remember it. All it is a command similar in function to show window except the parameters make a window the front most window, but does not give it focus and make it active. Any help would be much appreciated.
Joe