Is there a way to put any application I want on top of all others? I'm on a windows XP machine.

link|improve this question

75% accept rate
feedback

2 Answers

up vote 5 down vote accepted

How about DeskPins?

link|improve this answer
feedback

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 :)

link|improve this answer
Thank you, I'm using AutoHotKey myself. Just that i haven't installed it since the last format. Tried your file and it works great :D – altvali Mar 6 '10 at 23:28
@altvali; Glad to help! AHK is something I find it hard to live without, now! – Phoshi Mar 6 '10 at 23:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.