Is there a way to put any application I want on top of all others? I'm on a windows XP machine.
Asked
Active
Viewed 1,854 times
2 Answers
5
You could use AutoHotKey!
#q::
WinSet, AlwaysOnTop,,A
Return
Would set the currently active window to always on top when you hit winkey and q. If for whatever reason you don't fancy installing AutoHotKey (It's lovely, really!) leave a comment with what hotkey you want, and I can compile a standalone script you can use on any PC :)
Phoshi
- 23,483