Always on Top: Keep Any Window Visible Always

Always-on-top is the feature that allows any program window to stay on top of all other windows even when it does not have focus. This lets you watch movies in VLC media player while browsing websites in IE.

Let’s say you are browsing the web in Firefox and simultaneously watching a video in Windows Movie Player or QuickTime. The problem is that if you switch to Firefox, the media player window moves to background and vice-versa.

If you would like to prevent that video clip from hiding even while you bring the browser to the foreground, you may download “Always on Top” – a free utility that will “stick” any program window to the foreground of your desktop with a simple keyboard shortcut. Some examples:

chrome-vlc
Browser running in foreground but QuickTime is always visible

calculator excel
Keep the notepad or calculator handy while using an Excel Spreadsheet

To get started, download the Always On Top utility from Dropbox (<200k) and run it. Then select the window you like to keep on top and press the Ctrl+Space shortcut to stick that window in the front.

You no longer have to worry about arranging windows side-by-side to copy-paste information from one window to another.If you like to disable sticking and restore the default window behavior, just press the same Ctrl+Space shortcut again.

Video Demo – Always on Top Utility

The program is written in Autohotkey with a single line of code:

^SPACE::  Winset, Alwaysontop, , A

You may also like:

  1. Minimize All Open Windows Except The Active One
  2. Position Windows on your Desktop using the Mouse
  3. Change the Font of Command Prompt Window to Consolas