copyprotected Posted July 8, 2006 Report Share Posted July 8, 2006 Hello I am trying to make a macro, that toggle allways on top for the window that is focused. It seems to be harder than i thought. I hope any of you guys have a bigger brain than me, and come up with an idea. It would be much appreciated. Thank you for any help. Quote Link to comment Share on other sites More sharing options...
kevin Posted July 10, 2006 Report Share Posted July 10, 2006 You can use the Set Window Order: Set Current Window to always be on top command to set a window on top. There is not, however, a macro command to detect which window is on top. So if you want to toggle the 'On Top' state, you will have to keep track of whether the window is on top or not. Quote Link to comment Share on other sites More sharing options...
Andy Posted July 10, 2006 Report Share Posted July 10, 2006 > There is not, however, a macro command to detect which window is on top. But is there a way to find out whether a window is set to be on top? I too would like a toggle. Presently I have two macros (and two hot-keys), one to set the window to always be on top, the other to cancel that setting. Quote Link to comment Share on other sites More sharing options...
copyprotected Posted July 10, 2006 Author Report Share Posted July 10, 2006 Ok, thanks for you help anyway. Quote Link to comment Share on other sites More sharing options...
kevin Posted July 10, 2006 Report Share Posted July 10, 2006 There is not, however, a macro command to detect which window is on top.But is there a way to find out whether a window is set to be on top?Not that I know of. Quote Link to comment Share on other sites More sharing options...
Andy Posted July 11, 2006 Report Share Posted July 11, 2006 Thanks. Quote Link to comment Share on other sites More sharing options...
copyprotected Posted July 11, 2006 Author Report Share Posted July 11, 2006 Hello again, good news. I have found a little proggy that does the job, and its freeware. http://www.fadsoft.net/AlwaysOnTopMaker.htm It is locked to CtrlAlt-t as a hotkey but it works ok. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.