15

Some software have an option for their window to be "Always on Top". Is there any way to get the same functionality for any window. Let me give an example where this would be useful.

Suppose I have a small browser window with real time stats from a game. The window is automatically updated at the rate of once every 10 seconds. I would like the small window to be always on top. so that I can just look at it whenever I want to, without actually going to it and at the same time I could continue working in my main application, which is at full screen.

Is there any Windows hack or App which can give me this functionality?

fretje
  • 10,732

4 Answers4

12

Update: This is now obsolete!
Do remember the sub note of being cautious from my answer earlier.


Always On Top Maker -- http://www.fadsoft.net/AlwaysOnTopMaker.htm
It is always good to be cautious with singular applications like these.

nik
  • 57,042
8

You can use PowerMenu

enter image description here

  • In addition to "Always on Top" it also gives you "Transparency" and "Minimize To Tray"
  • Works with Win32 x86 (9x, ME, 2K XP, Vista, Win7)
Ross Rogers
  • 4,807
Aaron
  • 1,488
2

I use Virtua Win, which is a virtual desktop manager for windows, and also provide Always on top.

2

You can use AutoHotkey to set windows to always be on top. It was a nice surprise for me as well.

This will toggle Always On Top for the currently active window via the F7 key:

F7::
WinSet, AlwaysOnTop, Toggle, A